#BF67E8

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

Shades of Medium Orchid #BF67E8

Tints of Medium Orchid #BF67E8

Color information

#BF67E8 (or 0xBF67E8) is unknown color: approx Medium Orchid. HEX triplet: BF, 67 and E8. RGB value is (191,103,232). Sum of RGB (Red+Green+Blue) = 191+103+232=526 (69% of max value = 765). Red value is 191 (75% from 255 or 36.31% from 526); Green value is 103 (40.62% from 255 or 19.58% from 526); Blue value is 232 (91.02% from 255 or 44.11% from 526); Max value from RGB is 232 - color contains mainly: blue. Hex color #BF67E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF67E8 is #409817. Grayscale: #8F8F8F. Windows color (decimal): -4233240 or 15230911. OLE color: 15230911.

HSL color Cylindrical-coordinate representation of color #BF67E8: hue angle of 280.93º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BF67E8 is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB191103232-
CMYK0.180.5600.09
HSL280.93º73.71%65.69%-
HSV(B)280.93º55.6%90.98%-
XYZ40.926.679.32-
YUV144.02177.65161.51-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.31%
GREEN value IS 103 (40.62% from 255) = 19.58%
BLUE value IS 232 (91.02% from 255) = 44.11%
R=36.31%
G=19.58%
B=44.11%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1911032320.180.5600.09280.9373.7165.69
HexBF67E81238091194a42
Octal2771473502270011431112102
Binary10111111110011111101000100101110000100110001100110010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF67E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF67E8; }

 p { color: rgb(191,103,232); }

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

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

 a { background-color: rgb(191,103,232); }

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

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

 span { border-color: rgb(191,103,232); }

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