#BF33E2

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

Shades of Medium Orchid #BF33E2

Tints of Medium Orchid #BF33E2

Color information

#BF33E2 (or 0xBF33E2) is unknown color: approx Medium Orchid. HEX triplet: BF, 33 and E2. RGB value is (191,51,226). Sum of RGB (Red+Green+Blue) = 191+51+226=468 (61% of max value = 765). Red value is 191 (75% from 255 or 40.81% from 468); Green value is 51 (20.31% from 255 or 10.90% from 468); Blue value is 226 (88.67% from 255 or 48.29% from 468); Max value from RGB is 226 - color contains mainly: blue. Hex color #BF33E2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF33E2 is #40CC1D. Grayscale: #707070. Windows color (decimal): -4246558 or 14824383. OLE color: 14824383.

HSL color Cylindrical-coordinate representation of color #BF33E2: hue angle of 288º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BF33E2 is Cyan = 0.15, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB19151226-
CMYK0.150.7700.11
HSL288º75.11%54.31%-
HSV(B)288º77.43%88.63%-
XYZ36.418.9473.69-
YUV112.81191.88183.77-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.81%
GREEN value IS 51 (20.31% from 255) = 10.90%
BLUE value IS 226 (88.67% from 255) = 48.29%
R=40.81%
G=10.90%
B=48.29%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal191512260.150.7700.1128875.1154.31
HexBF33E2F4D0B1204b36
Octal277633421711501344011366
Binary101111111100111110001011111001101010111001000001001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF33E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF33E2; }

 p { color: rgb(191,51,226); }

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

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

 a { background-color: rgb(191,51,226); }

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

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

 span { border-color: rgb(191,51,226); }

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