Html Css Color HEX #BD33DB Medium Orchid

📋 copy color: '#BD33DB'

red 189 ◦ green 51 ◦ blue 219

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

Shades of Medium Orchid #BD33DB

Tints of Medium Orchid #BD33DB

RGB

 RED value IS 189 (74.22% from 255) = 41.18%

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

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

R = 41.18%
G = 11.11%
B = 47.71%

CMYK

 C value IS 0.14

 M value IS 0.77

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BD33DB (or 0xBD33DB) is known color: Medium Orchid. HEX triplet: BD, 33 and DB. RGB value is (189,51,219). Sum of RGB (Red+Green+Blue) = 189+51+219=459 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.18% from 459); Green value is 51 (20.31% from 255 or 11.11% from 459); Blue value is 219 (85.94% from 255 or 47.71% from 459); Max value from RGB is 219 - color contains mainly: blue. Hex color #BD33DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD33DB is #42CC24. Grayscale: #6E6E6E. Windows color (decimal): -4377637 or 14365629. OLE color: 14365629.

HSL color Cylindrical-coordinate representation of color #BD33DB: hue angle of 289.29º 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 #BD33DB is Cyan = 0.14, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 51 219 -
CMYK 0.14 0.77 0 0.14
HSL 289.29º 0.7% 0.53% -
HSV(B) 289.29º 0.77% 0.86% -
XYZ 34.96 18.3 68.71 -
YUV 111.41 188.72 183.34 -
System Red Green Blue C M Y K H S L
Decimal 189 51 219 0.14 0.77 0 0.14 289.29 0.7 0.53
Hex BD 33 DB E 4D 0 E 121 46 35
Octal 275 63 333 16 115 0 16 441 106 65
Binary 10111101 110011 11011011 1110 1001101 0 1110 100100001 1000110 110101

Color Harmonies of #BD33DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD33DB

Black with #BD33DB

Text Example


Text Example

White with #BD33DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD33DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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