Html Css Color HEX #BA42CC Medium Orchid

📋 copy color: '#BA42CC'

red 186 ◦ green 66 ◦ blue 204

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

Shades of Medium Orchid #BA42CC

Tints of Medium Orchid #BA42CC

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.47%

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

R = 40.79%
G = 14.47%
B = 44.74%

CMYK

 C value IS 0.09

 M value IS 0.68

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BA42CC (or 0xBA42CC) is known color: Medium Orchid. HEX triplet: BA, 42 and CC. RGB value is (186,66,204). Sum of RGB (Red+Green+Blue) = 186+66+204=456 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.79% from 456); Green value is 66 (26.17% from 255 or 14.47% from 456); Blue value is 204 (80.08% from 255 or 44.74% from 456); Max value from RGB is 204 - color contains mainly: blue. Hex color #BA42CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA42CC is #45BD33. Grayscale: #757575. Windows color (decimal): -4570420 or 13386426. OLE color: 13386426.

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

Color convert

RGB 186 66 204 -
CMYK 0.09 0.68 0 0.2
HSL 292.17º 0.58% 0.53% -
HSV(B) 292.17º 0.68% 0.8% -
XYZ 33.1 18.7 58.99 -
YUV 117.61 176.76 176.78 -
System Red Green Blue C M Y K H S L
Decimal 186 66 204 0.09 0.68 0 0.2 292.17 0.58 0.53
Hex BA 42 CC 9 44 0 14 124 3A 35
Octal 272 102 314 11 104 0 24 444 72 65
Binary 10111010 1000010 11001100 1001 1000100 0 10100 100100100 111010 110101

Color Harmonies of #BA42CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA42CC

Black with #BA42CC

Text Example


Text Example

White with #BA42CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA42CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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