Html Css Color HEX #BA42CA Medium Orchid

📋 copy color: '#BA42CA'

red 186 ◦ green 66 ◦ blue 202

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

Shades of Medium Orchid #BA42CA

Tints of Medium Orchid #BA42CA

RGB

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

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

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

R = 40.97%
G = 14.54%
B = 44.49%

CMYK

 C value IS 0.08

 M value IS 0.67

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BA42CA (or 0xBA42CA) is known color: Medium Orchid. HEX triplet: BA, 42 and CA. RGB value is (186,66,202). Sum of RGB (Red+Green+Blue) = 186+66+202=454 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.97% from 454); Green value is 66 (26.17% from 255 or 14.54% from 454); Blue value is 202 (79.30% from 255 or 44.49% from 454); Max value from RGB is 202 - color contains mainly: blue. Hex color #BA42CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA42CA is #45BD35. Grayscale: #747474. Windows color (decimal): -4570422 or 13255354. OLE color: 13255354.

HSL color Cylindrical-coordinate representation of color #BA42CA: hue angle of 292.94º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BA42CA is Cyan = 0.08, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 186 66 202 -
CMYK 0.08 0.67 0 0.21
HSL 292.94º 0.56% 0.53% -
HSV(B) 292.94º 0.67% 0.79% -
XYZ 32.86 18.6 57.74 -
YUV 117.38 175.76 176.94 -
System Red Green Blue C M Y K H S L
Decimal 186 66 202 0.08 0.67 0 0.21 292.94 0.56 0.53
Hex BA 42 CA 8 43 0 15 125 38 35
Octal 272 102 312 10 103 0 25 445 70 65
Binary 10111010 1000010 11001010 1000 1000011 0 10101 100100101 111000 110101

Color Harmonies of #BA42CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA42CA

Black with #BA42CA

Text Example


Text Example

White with #BA42CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA42CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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