Html Css Color HEX #BB5BDB Medium Orchid

📋 copy color: '#BB5BDB'

red 187 ◦ green 91 ◦ blue 219

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

Shades of Medium Orchid #BB5BDB

Tints of Medium Orchid #BB5BDB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 18.31%

 BLUE value IS 219 (85.94% from 255) = 44.06%

R = 37.63%
G = 18.31%
B = 44.06%

CMYK

 C value IS 0.15

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BB5BDB (or 0xBB5BDB) is known color: Medium Orchid. HEX triplet: BB, 5B and DB. RGB value is (187,91,219). Sum of RGB (Red+Green+Blue) = 187+91+219=497 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.63% from 497); Green value is 91 (35.94% from 255 or 18.31% from 497); Blue value is 219 (85.94% from 255 or 44.06% from 497); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB5BDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB5BDB is #44A424. Grayscale: #858585. Windows color (decimal): -4498469 or 14375867. OLE color: 14375867.

HSL color Cylindrical-coordinate representation of color #BB5BDB: hue angle of 285º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BB5BDB is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 187 91 219 -
CMYK 0.15 0.58 0 0.14
HSL 285º 0.64% 0.61% -
HSV(B) 285º 0.58% 0.86% -
XYZ 37.02 23.16 69.54 -
YUV 134.3 175.8 165.59 -
System Red Green Blue C M Y K H S L
Decimal 187 91 219 0.15 0.58 0 0.14 285 0.64 0.61
Hex BB 5B DB F 3A 0 E 11D 40 3D
Octal 273 133 333 17 72 0 16 435 100 75
Binary 10111011 1011011 11011011 1111 111010 0 1110 100011101 1000000 111101

Color Harmonies of #BB5BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5BDB

Black with #BB5BDB

Text Example


Text Example

White with #BB5BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5BDB; }

 p { color: rgb(187,91,219); }

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

background-color css

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

 a { background-color: rgb(187,91,219); }

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

border-color css

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

 span { border-color: rgb(187,91,219); }

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