Html Css Color HEX #BA72CC Medium Orchid

📋 copy color: '#BA72CC'

red 186 ◦ green 114 ◦ blue 204

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

Shades of Medium Orchid #BA72CC

Tints of Medium Orchid #BA72CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.48%

R = 36.9%
G = 22.62%
B = 40.48%

CMYK

 C value IS 0.09

 M value IS 0.44

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BA72CC (or 0xBA72CC) is known color: Medium Orchid. HEX triplet: BA, 72 and CC. RGB value is (186,114,204). Sum of RGB (Red+Green+Blue) = 186+114+204=504 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.90% from 504); Green value is 114 (44.92% from 255 or 22.62% from 504); Blue value is 204 (80.08% from 255 or 40.48% from 504); Max value from RGB is 204 - color contains mainly: blue. Hex color #BA72CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA72CC is #458D33. Grayscale: #919191. Windows color (decimal): -4558132 or 13398714. OLE color: 13398714.

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

Color convert

RGB 186 114 204 -
CMYK 0.09 0.44 0 0.2
HSL 288º 0.47% 0.62% -
HSV(B) 288º 0.44% 0.8% -
XYZ 37.17 26.83 60.35 -
YUV 145.79 160.85 156.68 -
System Red Green Blue C M Y K H S L
Decimal 186 114 204 0.09 0.44 0 0.2 288 0.47 0.62
Hex BA 72 CC 9 2C 0 14 120 2F 3E
Octal 272 162 314 11 54 0 24 440 57 76
Binary 10111010 1110010 11001100 1001 101100 0 10100 100100000 101111 111110

Color Harmonies of #BA72CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA72CC

Black with #BA72CC

Text Example


Text Example

White with #BA72CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA72CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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