Html Css Color HEX #BB76DF Medium Orchid

📋 copy color: '#BB76DF'

red 187 ◦ green 118 ◦ blue 223

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

Shades of Medium Orchid #BB76DF

Tints of Medium Orchid #BB76DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.23%

R = 35.42%
G = 22.35%
B = 42.23%

CMYK

 C value IS 0.16

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BB76DF (or 0xBB76DF) is known color: Medium Orchid. HEX triplet: BB, 76 and DF. RGB value is (187,118,223). Sum of RGB (Red+Green+Blue) = 187+118+223=528 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.42% from 528); Green value is 118 (46.48% from 255 or 22.35% from 528); Blue value is 223 (87.5% from 255 or 42.23% from 528); Max value from RGB is 223 - color contains mainly: blue. Hex color #BB76DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB76DF is #448920. Grayscale: #969696. Windows color (decimal): -4491553 or 14644923. OLE color: 14644923.

HSL color Cylindrical-coordinate representation of color #BB76DF: hue angle of 279.43º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BB76DF is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 118 223 -
CMYK 0.16 0.47 0 0.13
HSL 279.43º 0.62% 0.67% -
HSV(B) 279.43º 0.47% 0.87% -
XYZ 40.29 28.85 73.26 -
YUV 150.6 168.86 153.96 -
System Red Green Blue C M Y K H S L
Decimal 187 118 223 0.16 0.47 0 0.13 279.43 0.62 0.67
Hex BB 76 DF 10 2F 0 D 117 3E 43
Octal 273 166 337 20 57 0 15 427 76 103
Binary 10111011 1110110 11011111 10000 101111 0 1101 100010111 111110 1000011

Color Harmonies of #BB76DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB76DF

Black with #BB76DF

Text Example


Text Example

White with #BB76DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB76DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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