#B265F3

Color #B265F3 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #B265F3

Tints of Medium Orchid #B265F3

Color information

#B265F3 (or 0xB265F3) is unknown color: approx Medium Orchid. HEX triplet: B2, 65 and F3. RGB value is (178,101,243). Sum of RGB (Red+Green+Blue) = 178+101+243=522 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.10% from 522); Green value is 101 (39.84% from 255 or 19.35% from 522); Blue value is 243 (95.31% from 255 or 46.55% from 522); Max value from RGB is 243 - color contains mainly: blue. Hex color #B265F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B265F3 is #4D9A0C. Grayscale: #8B8B8B. Windows color (decimal): -5085709 or 15951282. OLE color: 15951282.

HSL color Cylindrical-coordinate representation of color #B265F3: hue angle of 272.54º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B265F3 is Cyan = 0.27, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB178101243-
CMYK0.270.5800.05
HSL272.54º85.54%67.45%-
HSV(B)272.54º58.44%95.29%-
XYZ39.1925.2487.6-
YUV140.21186.01154.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 178 (69.92% from 255) = 34.10%
GREEN value IS 101 (39.84% from 255) = 19.35%
BLUE value IS 243 (95.31% from 255) = 46.55%
R=34.10%
G=19.35%
B=46.55%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1781012430.270.5800.05272.5485.5467.45
HexB265F31B3A051115643
Octal262145363337205421126103
Binary1011001011001011111001111011111010010110001000110101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B265F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B265F3; }

 p { color: rgb(178,101,243); }

 H1.HeaderClassName
 {
   color: #B265F3;
 }
 .AnyTagClassName
 {
   color: #B265F3;
 }
</style>
background-color css

<style>
 a { background-color: #B265F3; }

 a { background-color: rgb(178,101,243); }

 div.DivClassName
 {
   background-color: #B265F3;
 }
 .BgClassName
 {
   background-color: #B265F3;
 }
</style>
border-color css

<style>
 span { border-color: #B265F3; }

 span { border-color: rgb(178,101,243); }

 td.TdClassName
 {
   border-color: #B265F3;
 }
 .TagClassName
 {
   border-color: #B265F3;
 }
</style>