Html Css Color HEX #BB76E6 Medium Orchid

📋 copy color: '#BB76E6'

red 187 ◦ green 118 ◦ blue 230

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

Shades of Medium Orchid #BB76E6

Tints of Medium Orchid #BB76E6

RGB

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

 GREEN value IS 118 (46.48% from 255) = 22.06%

 BLUE value IS 230 (90.23% from 255) = 42.99%

R = 34.95%
G = 22.06%
B = 42.99%

CMYK

 C value IS 0.19

 M value IS 0.49

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BB76E6 (or 0xBB76E6) is known color: Medium Orchid. HEX triplet: BB, 76 and E6. RGB value is (187,118,230). Sum of RGB (Red+Green+Blue) = 187+118+230=535 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.95% from 535); Green value is 118 (46.48% from 255 or 22.06% from 535); Blue value is 230 (90.23% from 255 or 42.99% from 535); Max value from RGB is 230 - color contains mainly: blue. Hex color #BB76E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB76E6 is #448919. Grayscale: #979797. Windows color (decimal): -4491546 or 15103675. OLE color: 15103675.

HSL color Cylindrical-coordinate representation of color #BB76E6: hue angle of 276.96º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BB76E6 is Cyan = 0.19, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 187 118 230 -
CMYK 0.19 0.49 0 0.10
HSL 276.96º 0.69% 0.68% -
HSV(B) 276.96º 0.49% 0.9% -
XYZ 41.25 29.23 78.33 -
YUV 151.4 172.36 153.39 -
System Red Green Blue C M Y K H S L
Decimal 187 118 230 0.19 0.49 0 0.10 276.96 0.69 0.68
Hex BB 76 E6 13 31 0 A 115 45 44
Octal 273 166 346 23 61 0 12 425 105 104
Binary 10111011 1110110 11100110 10011 110001 0 1010 100010101 1000101 1000100

Color Harmonies of #BB76E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB76E6

Black with #BB76E6

Text Example


Text Example

White with #BB76E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB76E6; }

 p { color: rgb(187,118,230); }

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

background-color css

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

 a { background-color: rgb(187,118,230); }

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

border-color css

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

 span { border-color: rgb(187,118,230); }

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