Html Css Color HEX #BA35DC Medium Orchid

📋 copy color: '#BA35DC'

red 186 ◦ green 53 ◦ blue 220

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

Shades of Medium Orchid #BA35DC

Tints of Medium Orchid #BA35DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 47.93%

R = 40.52%
G = 11.55%
B = 47.93%

CMYK

 C value IS 0.15

 M value IS 0.76

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BA35DC (or 0xBA35DC) is known color: Medium Orchid. HEX triplet: BA, 35 and DC. RGB value is (186,53,220). Sum of RGB (Red+Green+Blue) = 186+53+220=459 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.52% from 459); Green value is 53 (21.09% from 255 or 11.55% from 459); Blue value is 220 (86.33% from 255 or 47.93% from 459); Max value from RGB is 220 - color contains mainly: blue. Hex color #BA35DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA35DC is #45CA23. Grayscale: #6F6F6F. Windows color (decimal): -4573732 or 14431674. OLE color: 14431674.

HSL color Cylindrical-coordinate representation of color #BA35DC: hue angle of 287.78º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BA35DC is Cyan = 0.15, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 186 53 220 -
CMYK 0.15 0.76 0 0.14
HSL 287.78º 0.7% 0.54% -
HSV(B) 287.78º 0.76% 0.86% -
XYZ 34.44 18.15 69.4 -
YUV 111.81 189.06 180.92 -
System Red Green Blue C M Y K H S L
Decimal 186 53 220 0.15 0.76 0 0.14 287.78 0.7 0.54
Hex BA 35 DC F 4C 0 E 120 46 36
Octal 272 65 334 17 114 0 16 440 106 66
Binary 10111010 110101 11011100 1111 1001100 0 1110 100100000 1000110 110110

Color Harmonies of #BA35DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA35DC

Black with #BA35DC

Text Example


Text Example

White with #BA35DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA35DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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