Html Css Color HEX #BD51DB Medium Orchid

📋 copy color: '#BD51DB'

red 189 ◦ green 81 ◦ blue 219

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

Shades of Medium Orchid #BD51DB

Tints of Medium Orchid #BD51DB

RGB

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

 GREEN value IS 81 (32.03% from 255) = 16.56%

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

R = 38.65%
G = 16.56%
B = 44.79%

CMYK

 C value IS 0.14

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BD51DB (or 0xBD51DB) is known color: Medium Orchid. HEX triplet: BD, 51 and DB. RGB value is (189,81,219). Sum of RGB (Red+Green+Blue) = 189+81+219=489 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.65% from 489); Green value is 81 (32.03% from 255 or 16.56% from 489); Blue value is 219 (85.94% from 255 or 44.79% from 489); Max value from RGB is 219 - color contains mainly: blue. Hex color #BD51DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD51DB is #42AE24. Grayscale: #808080. Windows color (decimal): -4369957 or 14373309. OLE color: 14373309.

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

Color convert

RGB 189 81 219 -
CMYK 0.14 0.63 0 0.14
HSL 286.96º 0.66% 0.59% -
HSV(B) 286.96º 0.63% 0.86% -
XYZ 36.71 21.82 69.29 -
YUV 129.02 178.78 170.78 -
System Red Green Blue C M Y K H S L
Decimal 189 81 219 0.14 0.63 0 0.14 286.96 0.66 0.59
Hex BD 51 DB E 3F 0 E 11F 42 3B
Octal 275 121 333 16 77 0 16 437 102 73
Binary 10111101 1010001 11011011 1110 111111 0 1110 100011111 1000010 111011

Color Harmonies of #BD51DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD51DB

Black with #BD51DB

Text Example


Text Example

White with #BD51DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD51DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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