Html Css Color HEX #BD71DE Medium Orchid

📋 copy color: '#BD71DE'

red 189 ◦ green 113 ◦ blue 222

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

Shades of Medium Orchid #BD71DE

Tints of Medium Orchid #BD71DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 42.37%

R = 36.07%
G = 21.56%
B = 42.37%

CMYK

 C value IS 0.15

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BD71DE (or 0xBD71DE) is known color: Medium Orchid. HEX triplet: BD, 71 and DE. RGB value is (189,113,222). Sum of RGB (Red+Green+Blue) = 189+113+222=524 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.07% from 524); Green value is 113 (44.53% from 255 or 21.56% from 524); Blue value is 222 (87.11% from 255 or 42.37% from 524); Max value from RGB is 222 - color contains mainly: blue. Hex color #BD71DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD71DE is #428E21. Grayscale: #939393. Windows color (decimal): -4361762 or 14578109. OLE color: 14578109.

HSL color Cylindrical-coordinate representation of color #BD71DE: hue angle of 281.83º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BD71DE is Cyan = 0.15, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 113 222 -
CMYK 0.15 0.49 0 0.13
HSL 281.83º 0.62% 0.66% -
HSV(B) 281.83º 0.49% 0.87% -
XYZ 40.08 27.9 72.38 -
YUV 148.15 169.68 157.14 -
System Red Green Blue C M Y K H S L
Decimal 189 113 222 0.15 0.49 0 0.13 281.83 0.62 0.66
Hex BD 71 DE F 31 0 D 11A 3E 42
Octal 275 161 336 17 61 0 15 432 76 102
Binary 10111101 1110001 11011110 1111 110001 0 1101 100011010 111110 1000010

Color Harmonies of #BD71DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD71DE

Black with #BD71DE

Text Example


Text Example

White with #BD71DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD71DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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