Html Css Color HEX #BD71E5 Medium Orchid

📋 copy color: '#BD71E5'

red 189 ◦ green 113 ◦ blue 229

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

Shades of Medium Orchid #BD71E5

Tints of Medium Orchid #BD71E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 43.13%

R = 35.59%
G = 21.28%
B = 43.13%

CMYK

 C value IS 0.17

 M value IS 0.51

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BD71E5 (or 0xBD71E5) is known color: Medium Orchid. HEX triplet: BD, 71 and E5. RGB value is (189,113,229). Sum of RGB (Red+Green+Blue) = 189+113+229=531 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.59% from 531); Green value is 113 (44.53% from 255 or 21.28% from 531); Blue value is 229 (89.84% from 255 or 43.13% from 531); Max value from RGB is 229 - color contains mainly: blue. Hex color #BD71E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD71E5 is #428E1A. Grayscale: #949494. Windows color (decimal): -4361755 or 15036861. OLE color: 15036861.

HSL color Cylindrical-coordinate representation of color #BD71E5: hue angle of 279.31º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BD71E5 is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 189 113 229 -
CMYK 0.17 0.51 0 0.10
HSL 279.31º 0.69% 0.67% -
HSV(B) 279.31º 0.51% 0.9% -
XYZ 41.03 28.29 77.43 -
YUV 148.95 173.18 156.57 -
System Red Green Blue C M Y K H S L
Decimal 189 113 229 0.17 0.51 0 0.10 279.31 0.69 0.67
Hex BD 71 E5 11 33 0 A 117 45 43
Octal 275 161 345 21 63 0 12 427 105 103
Binary 10111101 1110001 11100101 10001 110011 0 1010 100010111 1000101 1000011

Color Harmonies of #BD71E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD71E5

Black with #BD71E5

Text Example


Text Example

White with #BD71E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD71E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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