#B264F8

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

Shades of Medium Orchid #B264F8

Tints of Medium Orchid #B264F8

Color information

#B264F8 (or 0xB264F8) is unknown color: approx Medium Orchid. HEX triplet: B2, 64 and F8. RGB value is (178,100,248). Sum of RGB (Red+Green+Blue) = 178+100+248=526 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.84% from 526); Green value is 100 (39.45% from 255 or 19.01% from 526); Blue value is 248 (97.27% from 255 or 47.15% from 526); Max value from RGB is 248 - color contains mainly: blue. Hex color #B264F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B264F8 is #4D9B07. Grayscale: #8B8B8B. Windows color (decimal): -5085960 or 16278706. OLE color: 16278706.

HSL color Cylindrical-coordinate representation of color #B264F8: hue angle of 271.62º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B264F8 is Cyan = 0.28, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB178100248-
CMYK0.280.6000.03
HSL271.62º91.36%68.24%-
HSV(B)271.62º59.68%97.25%-
XYZ39.8625.3691.6-
YUV140.19188.84154.97-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.84%
GREEN value IS 100 (39.45% from 255) = 19.01%
BLUE value IS 248 (97.27% from 255) = 47.15%
R=33.84%
G=19.01%
B=47.15%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1781002480.280.6000.03271.6291.3668.24
HexB264F81C3C031105b44
Octal262144370347403420133104
Binary101100101100100111110001110011110001110001000010110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B264F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B264F8; }

 p { color: rgb(178,100,248); }

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

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

 a { background-color: rgb(178,100,248); }

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

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

 span { border-color: rgb(178,100,248); }

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