Html Css Color HEX #BB58DB Medium Orchid

📋 copy color: '#BB58DB'

red 187 ◦ green 88 ◦ blue 219

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

Shades of Medium Orchid #BB58DB

Tints of Medium Orchid #BB58DB

RGB

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

 GREEN value IS 88 (34.77% from 255) = 17.81%

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

R = 37.85%
G = 17.81%
B = 44.33%

CMYK

 C value IS 0.15

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BB58DB (or 0xBB58DB) is known color: Medium Orchid. HEX triplet: BB, 58 and DB. RGB value is (187,88,219). Sum of RGB (Red+Green+Blue) = 187+88+219=494 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.85% from 494); Green value is 88 (34.77% from 255 or 17.81% from 494); Blue value is 219 (85.94% from 255 or 44.33% from 494); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB58DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB58DB is #44A724. Grayscale: #848484. Windows color (decimal): -4499237 or 14375099. OLE color: 14375099.

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

Color convert

RGB 187 88 219 -
CMYK 0.15 0.60 0 0.14
HSL 285.34º 0.65% 0.6% -
HSV(B) 285.34º 0.6% 0.86% -
XYZ 36.77 22.66 69.45 -
YUV 132.54 176.8 166.85 -
System Red Green Blue C M Y K H S L
Decimal 187 88 219 0.15 0.60 0 0.14 285.34 0.65 0.6
Hex BB 58 DB F 3C 0 E 11D 41 3C
Octal 273 130 333 17 74 0 16 435 101 74
Binary 10111011 1011000 11011011 1111 111100 0 1110 100011101 1000001 111100

Color Harmonies of #BB58DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB58DB

Black with #BB58DB

Text Example


Text Example

White with #BB58DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB58DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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