Html Css Color HEX #BA72CA Medium Orchid

📋 copy color: '#BA72CA'

red 186 ◦ green 114 ◦ blue 202

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

Shades of Medium Orchid #BA72CA

Tints of Medium Orchid #BA72CA

RGB

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

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

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

R = 37.05%
G = 22.71%
B = 40.24%

CMYK

 C value IS 0.08

 M value IS 0.44

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BA72CA (or 0xBA72CA) is known color: Medium Orchid. HEX triplet: BA, 72 and CA. RGB value is (186,114,202). Sum of RGB (Red+Green+Blue) = 186+114+202=502 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.05% from 502); Green value is 114 (44.92% from 255 or 22.71% from 502); Blue value is 202 (79.30% from 255 or 40.24% from 502); Max value from RGB is 202 - color contains mainly: blue. Hex color #BA72CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA72CA is #458D35. Grayscale: #919191. Windows color (decimal): -4558134 or 13267642. OLE color: 13267642.

HSL color Cylindrical-coordinate representation of color #BA72CA: hue angle of 289.09º degrees, saturation: 0.45, 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 #BA72CA is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 186 114 202 -
CMYK 0.08 0.44 0 0.21
HSL 289.09º 0.45% 0.62% -
HSV(B) 289.09º 0.44% 0.79% -
XYZ 36.93 26.74 59.09 -
YUV 145.56 159.85 156.84 -
System Red Green Blue C M Y K H S L
Decimal 186 114 202 0.08 0.44 0 0.21 289.09 0.45 0.62
Hex BA 72 CA 8 2C 0 15 121 2D 3E
Octal 272 162 312 10 54 0 25 441 55 76
Binary 10111010 1110010 11001010 1000 101100 0 10101 100100001 101101 111110

Color Harmonies of #BA72CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA72CA

Black with #BA72CA

Text Example


Text Example

White with #BA72CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA72CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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