Html Css Color HEX #BB72E8 Medium Orchid

📋 copy color: '#BB72E8'

red 187 ◦ green 114 ◦ blue 232

#BB72E8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #BB72E8

Tints of Medium Orchid #BB72E8

RGB

 RED value IS 187 (73.44% from 255) = 35.08%

 GREEN value IS 114 (44.92% from 255) = 21.39%

 BLUE value IS 232 (91.02% from 255) = 43.53%

R = 35.08%
G = 21.39%
B = 43.53%

CMYK

 C value IS 0.19

 M value IS 0.51

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BB72E8 (or 0xBB72E8) is known color: Medium Orchid. HEX triplet: BB, 72 and E8. RGB value is (187,114,232). Sum of RGB (Red+Green+Blue) = 187+114+232=533 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.08% from 533); Green value is 114 (44.92% from 255 or 21.39% from 533); Blue value is 232 (91.02% from 255 or 43.53% from 533); Max value from RGB is 232 - color contains mainly: blue. Hex color #BB72E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB72E8 is #448D17. Grayscale: #949494. Windows color (decimal): -4492568 or 15233723. OLE color: 15233723.

HSL color Cylindrical-coordinate representation of color #BB72E8: hue angle of 277.12º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BB72E8 is Cyan = 0.19, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 187 114 232 -
CMYK 0.19 0.51 0 0.09
HSL 277.12º 0.72% 0.68% -
HSV(B) 277.12º 0.51% 0.91% -
XYZ 41.08 28.43 79.67 -
YUV 149.28 174.68 154.91 -
System Red Green Blue C M Y K H S L
Decimal 187 114 232 0.19 0.51 0 0.09 277.12 0.72 0.68
Hex BB 72 E8 13 33 0 9 115 48 44
Octal 273 162 350 23 63 0 11 425 110 104
Binary 10111011 1110010 11101000 10011 110011 0 1001 100010101 1001000 1000100

Color Harmonies of #BB72E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB72E8

Black with #BB72E8

Text Example


Text Example

White with #BB72E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB72E8; }

 p { color: rgb(187,114,232); }

 H1.HeaderClassName
 {
   color: #BB72E8;
 }
 .AnyTagClassName
 {
   color: #BB72E8;
 }
</style>

background-color css

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

 a { background-color: rgb(187,114,232); }

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

border-color css

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

 span { border-color: rgb(187,114,232); }

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