Html Css Color HEX #BD73CA Medium Orchid

📋 copy color: '#BD73CA'

red 189 ◦ green 115 ◦ blue 202

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

Shades of Medium Orchid #BD73CA

Tints of Medium Orchid #BD73CA

RGB

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

 GREEN value IS 115 (45.31% from 255) = 22.73%

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

R = 37.35%
G = 22.73%
B = 39.92%

CMYK

 C value IS 0.06

 M value IS 0.43

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BD73CA (or 0xBD73CA) is known color: Medium Orchid. HEX triplet: BD, 73 and CA. RGB value is (189,115,202). Sum of RGB (Red+Green+Blue) = 189+115+202=506 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.35% from 506); Green value is 115 (45.31% from 255 or 22.73% from 506); Blue value is 202 (79.30% from 255 or 39.92% from 506); Max value from RGB is 202 - color contains mainly: blue. Hex color #BD73CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD73CA is #428C35. Grayscale: #929292. Windows color (decimal): -4361270 or 13267901. OLE color: 13267901.

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

Color convert

RGB 189 115 202 -
CMYK 0.06 0.43 0 0.21
HSL 291.03º 0.45% 0.62% -
HSV(B) 291.03º 0.43% 0.79% -
XYZ 37.78 27.34 59.16 -
YUV 147.04 159.02 157.93 -
System Red Green Blue C M Y K H S L
Decimal 189 115 202 0.06 0.43 0 0.21 291.03 0.45 0.62
Hex BD 73 CA 6 2B 0 15 123 2D 3E
Octal 275 163 312 6 53 0 25 443 55 76
Binary 10111101 1110011 11001010 110 101011 0 10101 100100011 101101 111110

Color Harmonies of #BD73CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD73CA

Black with #BD73CA

Text Example


Text Example

White with #BD73CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD73CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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