Html Css Color HEX #BB42DB Medium Orchid

📋 copy color: '#BB42DB'

red 187 ◦ green 66 ◦ blue 219

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

Shades of Medium Orchid #BB42DB

Tints of Medium Orchid #BB42DB

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.98%

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

R = 39.62%
G = 13.98%
B = 46.4%

CMYK

 C value IS 0.15

 M value IS 0.70

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BB42DB (or 0xBB42DB) is known color: Medium Orchid. HEX triplet: BB, 42 and DB. RGB value is (187,66,219). Sum of RGB (Red+Green+Blue) = 187+66+219=472 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.62% from 472); Green value is 66 (26.17% from 255 or 13.98% from 472); Blue value is 219 (85.94% from 255 or 46.40% from 472); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB42DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB42DB is #44BD24. Grayscale: #777777. Windows color (decimal): -4504869 or 14369467. OLE color: 14369467.

HSL color Cylindrical-coordinate representation of color #BB42DB: hue angle of 287.45º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BB42DB is Cyan = 0.15, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 187 66 219 -
CMYK 0.15 0.70 0 0.14
HSL 287.45º 0.68% 0.56% -
HSV(B) 287.45º 0.7% 0.86% -
XYZ 35.23 19.58 68.94 -
YUV 119.62 184.09 176.06 -
System Red Green Blue C M Y K H S L
Decimal 187 66 219 0.15 0.70 0 0.14 287.45 0.68 0.56
Hex BB 42 DB F 46 0 E 11F 44 38
Octal 273 102 333 17 106 0 16 437 104 70
Binary 10111011 1000010 11011011 1111 1000110 0 1110 100011111 1000100 111000

Color Harmonies of #BB42DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB42DB

Black with #BB42DB

Text Example


Text Example

White with #BB42DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB42DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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