Html Css Color HEX #BB33DB Medium Orchid

📋 copy color: '#BB33DB'

red 187 ◦ green 51 ◦ blue 219

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

Shades of Medium Orchid #BB33DB

Tints of Medium Orchid #BB33DB

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.16%

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

R = 40.92%
G = 11.16%
B = 47.92%

CMYK

 C value IS 0.15

 M value IS 0.77

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BB33DB (or 0xBB33DB) is known color: Medium Orchid. HEX triplet: BB, 33 and DB. RGB value is (187,51,219). Sum of RGB (Red+Green+Blue) = 187+51+219=457 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.92% from 457); Green value is 51 (20.31% from 255 or 11.16% from 457); Blue value is 219 (85.94% from 255 or 47.92% from 457); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB33DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB33DB is #44CC24. Grayscale: #6E6E6E. Windows color (decimal): -4508709 or 14365627. OLE color: 14365627.

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

Color convert

RGB 187 51 219 -
CMYK 0.15 0.77 0 0.14
HSL 288.57º 0.7% 0.53% -
HSV(B) 288.57º 0.77% 0.86% -
XYZ 34.46 18.05 68.68 -
YUV 110.82 189.06 182.34 -
System Red Green Blue C M Y K H S L
Decimal 187 51 219 0.15 0.77 0 0.14 288.57 0.7 0.53
Hex BB 33 DB F 4D 0 E 121 46 35
Octal 273 63 333 17 115 0 16 441 106 65
Binary 10111011 110011 11011011 1111 1001101 0 1110 100100001 1000110 110101

Color Harmonies of #BB33DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB33DB

Black with #BB33DB

Text Example


Text Example

White with #BB33DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB33DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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