Html Css Color HEX #BB5CDB Medium Orchid

📋 copy color: '#BB5CDB'

red 187 ◦ green 92 ◦ blue 219

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

Shades of Medium Orchid #BB5CDB

Tints of Medium Orchid #BB5CDB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.47%

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

R = 37.55%
G = 18.47%
B = 43.98%

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

#BB5CDB (or 0xBB5CDB) is known color: Medium Orchid. HEX triplet: BB, 5C and DB. RGB value is (187,92,219). Sum of RGB (Red+Green+Blue) = 187+92+219=498 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.55% from 498); Green value is 92 (36.33% from 255 or 18.47% from 498); Blue value is 219 (85.94% from 255 or 43.98% from 498); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB5CDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB5CDB is #44A324. Grayscale: #868686. Windows color (decimal): -4498213 or 14376123. OLE color: 14376123.

HSL color Cylindrical-coordinate representation of color #BB5CDB: hue angle of 284.88º 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 #BB5CDB is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 187 92 219 -
CMYK 0.15 0.58 0 0.14
HSL 284.88º 0.64% 0.61% -
HSV(B) 284.88º 0.58% 0.86% -
XYZ 37.11 23.33 69.57 -
YUV 134.88 175.47 165.17 -
System Red Green Blue C M Y K H S L
Decimal 187 92 219 0.15 0.58 0 0.14 284.88 0.64 0.61
Hex BB 5C DB F 3A 0 E 11D 40 3D
Octal 273 134 333 17 72 0 16 435 100 75
Binary 10111011 1011100 11011011 1111 111010 0 1110 100011101 1000000 111101

Color Harmonies of #BB5CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5CDB

Black with #BB5CDB

Text Example


Text Example

White with #BB5CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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