Html Css Color HEX #BB5DC9 Medium Orchid

📋 copy color: '#BB5DC9'

red 187 ◦ green 93 ◦ blue 201

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

Shades of Medium Orchid #BB5DC9

Tints of Medium Orchid #BB5DC9

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.33%

 BLUE value IS 201 (78.91% from 255) = 41.79%

R = 38.88%
G = 19.33%
B = 41.79%

CMYK

 C value IS 0.07

 M value IS 0.54

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BB5DC9 (or 0xBB5DC9) is known color: Medium Orchid. HEX triplet: BB, 5D and C9. RGB value is (187,93,201). Sum of RGB (Red+Green+Blue) = 187+93+201=481 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.88% from 481); Green value is 93 (36.72% from 255 or 19.33% from 481); Blue value is 201 (78.91% from 255 or 41.79% from 481); Max value from RGB is 201 - color contains mainly: blue. Hex color #BB5DC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB5DC9 is #44A236. Grayscale: #858585. Windows color (decimal): -4497975 or 13196731. OLE color: 13196731.

HSL color Cylindrical-coordinate representation of color #BB5DC9: hue angle of 292.22º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BB5DC9 is Cyan = 0.07, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 187 93 201 -
CMYK 0.07 0.54 0 0.21
HSL 292.22º 0.5% 0.58% -
HSV(B) 292.22º 0.54% 0.79% -
XYZ 34.95 22.61 57.78 -
YUV 133.42 166.14 166.22 -
System Red Green Blue C M Y K H S L
Decimal 187 93 201 0.07 0.54 0 0.21 292.22 0.5 0.58
Hex BB 5D C9 7 36 0 15 124 32 3A
Octal 273 135 311 7 66 0 25 444 62 72
Binary 10111011 1011101 11001001 111 110110 0 10101 100100100 110010 111010

Color Harmonies of #BB5DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5DC9

Black with #BB5DC9

Text Example


Text Example

White with #BB5DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5DC9; }

 p { color: rgb(187,93,201); }

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

background-color css

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

 a { background-color: rgb(187,93,201); }

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

border-color css

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

 span { border-color: rgb(187,93,201); }

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