Html Css Color HEX #BD51D7 Medium Orchid

📋 copy color: '#BD51D7'

red 189 ◦ green 81 ◦ blue 215

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

Shades of Medium Orchid #BD51D7

Tints of Medium Orchid #BD51D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 44.33%

R = 38.97%
G = 16.7%
B = 44.33%

CMYK

 C value IS 0.12

 M value IS 0.62

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BD51D7 (or 0xBD51D7) is known color: Medium Orchid. HEX triplet: BD, 51 and D7. RGB value is (189,81,215). Sum of RGB (Red+Green+Blue) = 189+81+215=485 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.97% from 485); Green value is 81 (32.03% from 255 or 16.70% from 485); Blue value is 215 (84.38% from 255 or 44.33% from 485); Max value from RGB is 215 - color contains mainly: blue. Hex color #BD51D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD51D7 is #42AE28. Grayscale: #808080. Windows color (decimal): -4369961 or 14111165. OLE color: 14111165.

HSL color Cylindrical-coordinate representation of color #BD51D7: hue angle of 288.36º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BD51D7 is Cyan = 0.12, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 189 81 215 -
CMYK 0.12 0.62 0 0.16
HSL 288.36º 0.63% 0.58% -
HSV(B) 288.36º 0.62% 0.84% -
XYZ 36.19 21.61 66.55 -
YUV 128.57 176.78 171.1 -
System Red Green Blue C M Y K H S L
Decimal 189 81 215 0.12 0.62 0 0.16 288.36 0.63 0.58
Hex BD 51 D7 C 3E 0 10 120 3F 3A
Octal 275 121 327 14 76 0 20 440 77 72
Binary 10111101 1010001 11010111 1100 111110 0 10000 100100000 111111 111010

Color Harmonies of #BD51D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD51D7

Black with #BD51D7

Text Example


Text Example

White with #BD51D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD51D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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