Html Css Color HEX #BB50DB Medium Orchid

📋 copy color: '#BB50DB'

red 187 ◦ green 80 ◦ blue 219

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

Shades of Medium Orchid #BB50DB

Tints of Medium Orchid #BB50DB

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.46%

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

R = 38.48%
G = 16.46%
B = 45.06%

CMYK

 C value IS 0.15

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BB50DB (or 0xBB50DB) is known color: Medium Orchid. HEX triplet: BB, 50 and DB. RGB value is (187,80,219). Sum of RGB (Red+Green+Blue) = 187+80+219=486 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.48% from 486); Green value is 80 (31.64% from 255 or 16.46% from 486); Blue value is 219 (85.94% from 255 or 45.06% from 486); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB50DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB50DB is #44AF24. Grayscale: #7F7F7F. Windows color (decimal): -4501285 or 14373051. OLE color: 14373051.

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

Color convert

RGB 187 80 219 -
CMYK 0.15 0.63 0 0.14
HSL 286.19º 0.66% 0.59% -
HSV(B) 286.19º 0.63% 0.86% -
XYZ 36.15 21.42 69.25 -
YUV 127.84 179.45 170.2 -
System Red Green Blue C M Y K H S L
Decimal 187 80 219 0.15 0.63 0 0.14 286.19 0.66 0.59
Hex BB 50 DB F 3F 0 E 11E 42 3B
Octal 273 120 333 17 77 0 16 436 102 73
Binary 10111011 1010000 11011011 1111 111111 0 1110 100011110 1000010 111011

Color Harmonies of #BB50DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB50DB

Black with #BB50DB

Text Example


Text Example

White with #BB50DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB50DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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