Html Css Color HEX #BD71CA Medium Orchid

📋 copy color: '#BD71CA'

red 189 ◦ green 113 ◦ blue 202

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

Shades of Medium Orchid #BD71CA

Tints of Medium Orchid #BD71CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 40.08%

R = 37.5%
G = 22.42%
B = 40.08%

CMYK

 C value IS 0.06

 M value IS 0.44

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BD71CA (or 0xBD71CA) is known color: Medium Orchid. HEX triplet: BD, 71 and CA. RGB value is (189,113,202). Sum of RGB (Red+Green+Blue) = 189+113+202=504 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.5% from 504); Green value is 113 (44.53% from 255 or 22.42% from 504); Blue value is 202 (79.30% from 255 or 40.08% from 504); Max value from RGB is 202 - color contains mainly: blue. Hex color #BD71CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD71CA is #428E35. Grayscale: #919191. Windows color (decimal): -4361782 or 13267389. OLE color: 13267389.

HSL color Cylindrical-coordinate representation of color #BD71CA: hue angle of 291.24º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BD71CA is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 189 113 202 -
CMYK 0.06 0.44 0 0.21
HSL 291.24º 0.46% 0.62% -
HSV(B) 291.24º 0.44% 0.79% -
XYZ 37.55 26.89 59.09 -
YUV 145.87 159.68 158.76 -
System Red Green Blue C M Y K H S L
Decimal 189 113 202 0.06 0.44 0 0.21 291.24 0.46 0.62
Hex BD 71 CA 6 2C 0 15 123 2E 3E
Octal 275 161 312 6 54 0 25 443 56 76
Binary 10111101 1110001 11001010 110 101100 0 10101 100100011 101110 111110

Color Harmonies of #BD71CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD71CA

Black with #BD71CA

Text Example


Text Example

White with #BD71CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD71CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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