Html Css Color HEX #BA35CA Medium Orchid

📋 copy color: '#BA35CA'

red 186 ◦ green 53 ◦ blue 202

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

Shades of Medium Orchid #BA35CA

Tints of Medium Orchid #BA35CA

RGB

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

 GREEN value IS 53 (21.09% from 255) = 12.02%

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

R = 42.18%
G = 12.02%
B = 45.8%

CMYK

 C value IS 0.08

 M value IS 0.74

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BA35CA (or 0xBA35CA) is known color: Medium Orchid. HEX triplet: BA, 35 and CA. RGB value is (186,53,202). Sum of RGB (Red+Green+Blue) = 186+53+202=441 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.18% from 441); Green value is 53 (21.09% from 255 or 12.02% from 441); Blue value is 202 (79.30% from 255 or 45.80% from 441); Max value from RGB is 202 - color contains mainly: blue. Hex color #BA35CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA35CA is #45CA35. Grayscale: #6D6D6D. Windows color (decimal): -4573750 or 13252026. OLE color: 13252026.

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

Color convert

RGB 186 53 202 -
CMYK 0.08 0.74 0 0.21
HSL 293.56º 0.58% 0.5% -
HSV(B) 293.56º 0.74% 0.79% -
XYZ 32.18 17.25 57.51 -
YUV 109.75 180.06 182.38 -
System Red Green Blue C M Y K H S L
Decimal 186 53 202 0.08 0.74 0 0.21 293.56 0.58 0.5
Hex BA 35 CA 8 4A 0 15 126 3A 32
Octal 272 65 312 10 112 0 25 446 72 62
Binary 10111010 110101 11001010 1000 1001010 0 10101 100100110 111010 110010

Color Harmonies of #BA35CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA35CA

Black with #BA35CA

Text Example


Text Example

White with #BA35CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA35CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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