Html Css Color HEX #BD51DD Medium Orchid

📋 copy color: '#BD51DD'

red 189 ◦ green 81 ◦ blue 221

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

Shades of Medium Orchid #BD51DD

Tints of Medium Orchid #BD51DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.01%

R = 38.49%
G = 16.5%
B = 45.01%

CMYK

 C value IS 0.14

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BD51DD (or 0xBD51DD) is known color: Medium Orchid. HEX triplet: BD, 51 and DD. RGB value is (189,81,221). Sum of RGB (Red+Green+Blue) = 189+81+221=491 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.49% from 491); Green value is 81 (32.03% from 255 or 16.50% from 491); Blue value is 221 (86.72% from 255 or 45.01% from 491); Max value from RGB is 221 - color contains mainly: blue. Hex color #BD51DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD51DD is #42AE22. Grayscale: #808080. Windows color (decimal): -4369955 or 14504381. OLE color: 14504381.

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

Color convert

RGB 189 81 221 -
CMYK 0.14 0.63 0 0.13
HSL 286.29º 0.67% 0.59% -
HSV(B) 286.29º 0.63% 0.87% -
XYZ 36.98 21.92 70.69 -
YUV 129.25 179.78 170.62 -
System Red Green Blue C M Y K H S L
Decimal 189 81 221 0.14 0.63 0 0.13 286.29 0.67 0.59
Hex BD 51 DD E 3F 0 D 11E 43 3B
Octal 275 121 335 16 77 0 15 436 103 73
Binary 10111101 1010001 11011101 1110 111111 0 1101 100011110 1000011 111011

Color Harmonies of #BD51DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD51DD

Black with #BD51DD

Text Example


Text Example

White with #BD51DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD51DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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