Html Css Color HEX #BD2DD7 Medium Orchid

📋 copy color: '#BD2DD7'

red 189 ◦ green 45 ◦ blue 215

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

Shades of Medium Orchid #BD2DD7

Tints of Medium Orchid #BD2DD7

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.02%

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

R = 42.09%
G = 10.02%
B = 47.88%

CMYK

 C value IS 0.12

 M value IS 0.79

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BD2DD7 (or 0xBD2DD7) is known color: Medium Orchid. HEX triplet: BD, 2D and D7. RGB value is (189,45,215). Sum of RGB (Red+Green+Blue) = 189+45+215=449 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.09% from 449); Green value is 45 (17.97% from 255 or 10.02% from 449); Blue value is 215 (84.38% from 255 or 47.88% from 449); Max value from RGB is 215 - color contains mainly: blue. Hex color #BD2DD7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD2DD7 is #42D228. Grayscale: #6A6A6A. Windows color (decimal): -4379177 or 14101949. OLE color: 14101949.

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

Color convert

RGB 189 45 215 -
CMYK 0.12 0.79 0 0.16
HSL 290.82º 0.68% 0.51% -
HSV(B) 290.82º 0.79% 0.84% -
XYZ 34.19 17.6 65.89 -
YUV 107.44 188.71 186.18 -
System Red Green Blue C M Y K H S L
Decimal 189 45 215 0.12 0.79 0 0.16 290.82 0.68 0.51
Hex BD 2D D7 C 4F 0 10 123 44 33
Octal 275 55 327 14 117 0 20 443 104 63
Binary 10111101 101101 11010111 1100 1001111 0 10000 100100011 1000100 110011

Color Harmonies of #BD2DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2DD7

Black with #BD2DD7

Text Example


Text Example

White with #BD2DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2DD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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