Html Css Color HEX #BA34CA Medium Orchid

📋 copy color: '#BA34CA'

red 186 ◦ green 52 ◦ blue 202

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

Shades of Medium Orchid #BA34CA

Tints of Medium Orchid #BA34CA

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.82%

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

R = 42.27%
G = 11.82%
B = 45.91%

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

#BA34CA (or 0xBA34CA) is known color: Medium Orchid. HEX triplet: BA, 34 and CA. RGB value is (186,52,202). Sum of RGB (Red+Green+Blue) = 186+52+202=440 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.27% from 440); Green value is 52 (20.70% from 255 or 11.82% from 440); Blue value is 202 (79.30% from 255 or 45.91% from 440); Max value from RGB is 202 - color contains mainly: blue. Hex color #BA34CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA34CA is #45CB35. Grayscale: #6C6C6C. Windows color (decimal): -4574006 or 13251770. OLE color: 13251770.

HSL color Cylindrical-coordinate representation of color #BA34CA: hue angle of 293.6º degrees, saturation: 0.59, 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 #BA34CA is Cyan = 0.08, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 186 52 202 -
CMYK 0.08 0.74 0 0.21
HSL 293.6º 0.59% 0.5% -
HSV(B) 293.6º 0.74% 0.79% -
XYZ 32.14 17.16 57.5 -
YUV 109.17 180.39 182.8 -
System Red Green Blue C M Y K H S L
Decimal 186 52 202 0.08 0.74 0 0.21 293.6 0.59 0.5
Hex BA 34 CA 8 4A 0 15 126 3B 32
Octal 272 64 312 10 112 0 25 446 73 62
Binary 10111010 110100 11001010 1000 1001010 0 10101 100100110 111011 110010

Color Harmonies of #BA34CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA34CA

Black with #BA34CA

Text Example


Text Example

White with #BA34CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA34CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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