Html Css Color HEX #BB76DE Medium Orchid

📋 copy color: '#BB76DE'

red 187 ◦ green 118 ◦ blue 222

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

Shades of Medium Orchid #BB76DE

Tints of Medium Orchid #BB76DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 42.13%

R = 35.48%
G = 22.39%
B = 42.13%

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

#BB76DE (or 0xBB76DE) is known color: Medium Orchid. HEX triplet: BB, 76 and DE. RGB value is (187,118,222). Sum of RGB (Red+Green+Blue) = 187+118+222=527 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.48% from 527); Green value is 118 (46.48% from 255 or 22.39% from 527); Blue value is 222 (87.11% from 255 or 42.13% from 527); Max value from RGB is 222 - color contains mainly: blue. Hex color #BB76DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB76DE is #448921. Grayscale: #969696. Windows color (decimal): -4491554 or 14579387. OLE color: 14579387.

HSL color Cylindrical-coordinate representation of color #BB76DE: hue angle of 279.81º degrees, saturation: 0.61, 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 #BB76DE is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 118 222 -
CMYK 0.16 0.47 0 0.13
HSL 279.81º 0.61% 0.67% -
HSV(B) 279.81º 0.47% 0.87% -
XYZ 40.16 28.8 72.55 -
YUV 150.49 168.36 154.04 -
System Red Green Blue C M Y K H S L
Decimal 187 118 222 0.16 0.47 0 0.13 279.81 0.61 0.67
Hex BB 76 DE 10 2F 0 D 118 3D 43
Octal 273 166 336 20 57 0 15 430 75 103
Binary 10111011 1110110 11011110 10000 101111 0 1101 100011000 111101 1000011

Color Harmonies of #BB76DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB76DE

Black with #BB76DE

Text Example


Text Example

White with #BB76DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB76DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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