Html Css Color HEX #BA35DA Medium Orchid

📋 copy color: '#BA35DA'

red 186 ◦ green 53 ◦ blue 218

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

Shades of Medium Orchid #BA35DA

Tints of Medium Orchid #BA35DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.7%

R = 40.7%
G = 11.6%
B = 47.7%

CMYK

 C value IS 0.15

 M value IS 0.76

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BA35DA (or 0xBA35DA) is known color: Medium Orchid. HEX triplet: BA, 35 and DA. RGB value is (186,53,218). Sum of RGB (Red+Green+Blue) = 186+53+218=457 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.70% from 457); Green value is 53 (21.09% from 255 or 11.60% from 457); Blue value is 218 (85.55% from 255 or 47.70% from 457); Max value from RGB is 218 - color contains mainly: blue. Hex color #BA35DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA35DA is #45CA25. Grayscale: #6F6F6F. Windows color (decimal): -4573734 or 14300602. OLE color: 14300602.

HSL color Cylindrical-coordinate representation of color #BA35DA: hue angle of 288.36º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BA35DA is Cyan = 0.15, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 186 53 218 -
CMYK 0.15 0.76 0 0.15
HSL 288.36º 0.69% 0.53% -
HSV(B) 288.36º 0.76% 0.85% -
XYZ 34.18 18.05 68.01 -
YUV 111.58 188.06 181.08 -
System Red Green Blue C M Y K H S L
Decimal 186 53 218 0.15 0.76 0 0.15 288.36 0.69 0.53
Hex BA 35 DA F 4C 0 F 120 45 35
Octal 272 65 332 17 114 0 17 440 105 65
Binary 10111010 110101 11011010 1111 1001100 0 1111 100100000 1000101 110101

Color Harmonies of #BA35DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA35DA

Black with #BA35DA

Text Example


Text Example

White with #BA35DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA35DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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