Html Css Color HEX #BB5EDB Medium Orchid

📋 copy color: '#BB5EDB'

red 187 ◦ green 94 ◦ blue 219

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

Shades of Medium Orchid #BB5EDB

Tints of Medium Orchid #BB5EDB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 18.8%

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

R = 37.4%
G = 18.8%
B = 43.8%

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

#BB5EDB (or 0xBB5EDB) is known color: Medium Orchid. HEX triplet: BB, 5E and DB. RGB value is (187,94,219). Sum of RGB (Red+Green+Blue) = 187+94+219=500 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.4% from 500); Green value is 94 (37.11% from 255 or 18.8% from 500); Blue value is 219 (85.94% from 255 or 43.8% from 500); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB5EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB5EDB is #44A124. Grayscale: #878787. Windows color (decimal): -4497701 or 14376635. OLE color: 14376635.

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

Color convert

RGB 187 94 219 -
CMYK 0.15 0.57 0 0.14
HSL 284.64º 0.63% 0.61% -
HSV(B) 284.64º 0.57% 0.86% -
XYZ 37.28 23.68 69.62 -
YUV 136.06 174.81 164.34 -
System Red Green Blue C M Y K H S L
Decimal 187 94 219 0.15 0.57 0 0.14 284.64 0.63 0.61
Hex BB 5E DB F 39 0 E 11D 3F 3D
Octal 273 136 333 17 71 0 16 435 77 75
Binary 10111011 1011110 11011011 1111 111001 0 1110 100011101 111111 111101

Color Harmonies of #BB5EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5EDB

Black with #BB5EDB

Text Example


Text Example

White with #BB5EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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