Html Css Color HEX #BA40CA Medium Orchid

📋 copy color: '#BA40CA'

red 186 ◦ green 64 ◦ blue 202

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

Shades of Medium Orchid #BA40CA

Tints of Medium Orchid #BA40CA

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.16%

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

R = 41.15%
G = 14.16%
B = 44.69%

CMYK

 C value IS 0.08

 M value IS 0.68

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BA40CA (or 0xBA40CA) is known color: Medium Orchid. HEX triplet: BA, 40 and CA. RGB value is (186,64,202). Sum of RGB (Red+Green+Blue) = 186+64+202=452 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.15% from 452); Green value is 64 (25.39% from 255 or 14.16% from 452); Blue value is 202 (79.30% from 255 or 44.69% from 452); Max value from RGB is 202 - color contains mainly: blue. Hex color #BA40CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA40CA is #45BF35. Grayscale: #737373. Windows color (decimal): -4570934 or 13254842. OLE color: 13254842.

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

Color convert

RGB 186 64 202 -
CMYK 0.08 0.68 0 0.21
HSL 293.04º 0.57% 0.52% -
HSV(B) 293.04º 0.68% 0.79% -
XYZ 32.74 18.37 57.7 -
YUV 116.21 176.42 177.78 -
System Red Green Blue C M Y K H S L
Decimal 186 64 202 0.08 0.68 0 0.21 293.04 0.57 0.52
Hex BA 40 CA 8 44 0 15 125 39 34
Octal 272 100 312 10 104 0 25 445 71 64
Binary 10111010 1000000 11001010 1000 1000100 0 10101 100100101 111001 110100

Color Harmonies of #BA40CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA40CA

Black with #BA40CA

Text Example


Text Example

White with #BA40CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA40CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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