Html Css Color HEX #BA72CD Medium Orchid

📋 copy color: '#BA72CD'

red 186 ◦ green 114 ◦ blue 205

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

Shades of Medium Orchid #BA72CD

Tints of Medium Orchid #BA72CD

RGB

 RED value IS 186 (73.05% from 255) = 36.83%

 GREEN value IS 114 (44.92% from 255) = 22.57%

 BLUE value IS 205 (80.47% from 255) = 40.59%

R = 36.83%
G = 22.57%
B = 40.59%

CMYK

 C value IS 0.09

 M value IS 0.44

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BA72CD (or 0xBA72CD) is known color: Medium Orchid. HEX triplet: BA, 72 and CD. RGB value is (186,114,205). Sum of RGB (Red+Green+Blue) = 186+114+205=505 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.83% from 505); Green value is 114 (44.92% from 255 or 22.57% from 505); Blue value is 205 (80.47% from 255 or 40.59% from 505); Max value from RGB is 205 - color contains mainly: blue. Hex color #BA72CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA72CD is #458D32. Grayscale: #919191. Windows color (decimal): -4558131 or 13464250. OLE color: 13464250.

HSL color Cylindrical-coordinate representation of color #BA72CD: hue angle of 287.47º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BA72CD is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 186 114 205 -
CMYK 0.09 0.44 0 0.20
HSL 287.47º 0.48% 0.63% -
HSV(B) 287.47º 0.44% 0.8% -
XYZ 37.29 26.88 60.98 -
YUV 145.9 161.35 156.6 -
System Red Green Blue C M Y K H S L
Decimal 186 114 205 0.09 0.44 0 0.20 287.47 0.48 0.63
Hex BA 72 CD 9 2C 0 14 11F 30 3F
Octal 272 162 315 11 54 0 24 437 60 77
Binary 10111010 1110010 11001101 1001 101100 0 10100 100011111 110000 111111

Color Harmonies of #BA72CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA72CD

Black with #BA72CD

Text Example


Text Example

White with #BA72CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA72CD; }

 p { color: rgb(186,114,205); }

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

background-color css

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

 a { background-color: rgb(186,114,205); }

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

border-color css

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

 span { border-color: rgb(186,114,205); }

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