Html Css Color HEX #BA44CC Medium Orchid

📋 copy color: '#BA44CC'

red 186 ◦ green 68 ◦ blue 204

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

Shades of Medium Orchid #BA44CC

Tints of Medium Orchid #BA44CC

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.85%

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

R = 40.61%
G = 14.85%
B = 44.54%

CMYK

 C value IS 0.09

 M value IS 0.67

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BA44CC (or 0xBA44CC) is known color: Medium Orchid. HEX triplet: BA, 44 and CC. RGB value is (186,68,204). Sum of RGB (Red+Green+Blue) = 186+68+204=458 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.61% from 458); Green value is 68 (26.95% from 255 or 14.85% from 458); Blue value is 204 (80.08% from 255 or 44.54% from 458); Max value from RGB is 204 - color contains mainly: blue. Hex color #BA44CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA44CC is #45BB33. Grayscale: #767676. Windows color (decimal): -4569908 or 13386938. OLE color: 13386938.

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

Color convert

RGB 186 68 204 -
CMYK 0.09 0.67 0 0.2
HSL 292.06º 0.57% 0.53% -
HSV(B) 292.06º 0.67% 0.8% -
XYZ 33.22 18.93 59.03 -
YUV 118.79 176.09 175.94 -
System Red Green Blue C M Y K H S L
Decimal 186 68 204 0.09 0.67 0 0.2 292.06 0.57 0.53
Hex BA 44 CC 9 43 0 14 124 39 35
Octal 272 104 314 11 103 0 24 444 71 65
Binary 10111010 1000100 11001100 1001 1000011 0 10100 100100100 111001 110101

Color Harmonies of #BA44CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA44CC

Black with #BA44CC

Text Example


Text Example

White with #BA44CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA44CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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