Html Css Color HEX #BD71E2 Medium Orchid

📋 copy color: '#BD71E2'

red 189 ◦ green 113 ◦ blue 226

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

Shades of Medium Orchid #BD71E2

Tints of Medium Orchid #BD71E2

RGB

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

 GREEN value IS 113 (44.53% from 255) = 21.4%

 BLUE value IS 226 (88.67% from 255) = 42.8%

R = 35.8%
G = 21.4%
B = 42.8%

CMYK

 C value IS 0.16

 M value IS 0.5

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BD71E2 (or 0xBD71E2) is known color: Medium Orchid. HEX triplet: BD, 71 and E2. RGB value is (189,113,226). Sum of RGB (Red+Green+Blue) = 189+113+226=528 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.80% from 528); Green value is 113 (44.53% from 255 or 21.40% from 528); Blue value is 226 (88.67% from 255 or 42.80% from 528); Max value from RGB is 226 - color contains mainly: blue. Hex color #BD71E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD71E2 is #428E1D. Grayscale: #949494. Windows color (decimal): -4361758 or 14840253. OLE color: 14840253.

HSL color Cylindrical-coordinate representation of color #BD71E2: hue angle of 280.35º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BD71E2 is Cyan = 0.16, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 189 113 226 -
CMYK 0.16 0.5 0 0.11
HSL 280.35º 0.66% 0.66% -
HSV(B) 280.35º 0.5% 0.89% -
XYZ 40.62 28.12 75.24 -
YUV 148.61 171.68 156.81 -
System Red Green Blue C M Y K H S L
Decimal 189 113 226 0.16 0.5 0 0.11 280.35 0.66 0.66
Hex BD 71 E2 10 32 0 B 118 42 42
Octal 275 161 342 20 62 0 13 430 102 102
Binary 10111101 1110001 11100010 10000 110010 0 1011 100011000 1000010 1000010

Color Harmonies of #BD71E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD71E2

Black with #BD71E2

Text Example


Text Example

White with #BD71E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD71E2; }

 p { color: rgb(189,113,226); }

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

background-color css

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

 a { background-color: rgb(189,113,226); }

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

border-color css

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

 span { border-color: rgb(189,113,226); }

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