Html Css Color HEX #BB5FDB Medium Orchid

📋 copy color: '#BB5FDB'

red 187 ◦ green 95 ◦ blue 219

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

Shades of Medium Orchid #BB5FDB

Tints of Medium Orchid #BB5FDB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.96%

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

R = 37.33%
G = 18.96%
B = 43.71%

CMYK

 C value IS 0.15

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BB5FDB (or 0xBB5FDB) is known color: Medium Orchid. HEX triplet: BB, 5F and DB. RGB value is (187,95,219). Sum of RGB (Red+Green+Blue) = 187+95+219=501 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.33% from 501); Green value is 95 (37.5% from 255 or 18.96% from 501); Blue value is 219 (85.94% from 255 or 43.71% from 501); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB5FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB5FDB is #44A024. Grayscale: #888888. Windows color (decimal): -4497445 or 14376891. OLE color: 14376891.

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

Color convert

RGB 187 95 219 -
CMYK 0.15 0.57 0 0.14
HSL 284.52º 0.63% 0.62% -
HSV(B) 284.52º 0.57% 0.86% -
XYZ 37.37 23.86 69.65 -
YUV 136.64 174.48 163.92 -
System Red Green Blue C M Y K H S L
Decimal 187 95 219 0.15 0.57 0 0.14 284.52 0.63 0.62
Hex BB 5F DB F 39 0 E 11D 3F 3E
Octal 273 137 333 17 71 0 16 435 77 76
Binary 10111011 1011111 11011011 1111 111001 0 1110 100011101 111111 111110

Color Harmonies of #BB5FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5FDB

Black with #BB5FDB

Text Example


Text Example

White with #BB5FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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