Html Css Color HEX #BA35E6 Medium Orchid

📋 copy color: '#BA35E6'

red 186 ◦ green 53 ◦ blue 230

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

Shades of Medium Orchid #BA35E6

Tints of Medium Orchid #BA35E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 49.04%

R = 39.66%
G = 11.3%
B = 49.04%

CMYK

 C value IS 0.19

 M value IS 0.77

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BA35E6 (or 0xBA35E6) is known color: Medium Orchid. HEX triplet: BA, 35 and E6. RGB value is (186,53,230). Sum of RGB (Red+Green+Blue) = 186+53+230=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 53 (21.09% from 255 or 11.30% from 469); Blue value is 230 (90.23% from 255 or 49.04% from 469); Max value from RGB is 230 - color contains mainly: blue. Hex color #BA35E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA35E6 is #45CA19. Grayscale: #707070. Windows color (decimal): -4573722 or 15087034. OLE color: 15087034.

HSL color Cylindrical-coordinate representation of color #BA35E6: hue angle of 285.08º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA35E6 is Cyan = 0.19, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 186 53 230 -
CMYK 0.19 0.77 0 0.10
HSL 285.08º 0.78% 0.55% -
HSV(B) 285.08º 0.77% 0.9% -
XYZ 35.81 18.7 76.58 -
YUV 112.95 194.06 180.11 -
System Red Green Blue C M Y K H S L
Decimal 186 53 230 0.19 0.77 0 0.10 285.08 0.78 0.55
Hex BA 35 E6 13 4D 0 A 11D 4E 37
Octal 272 65 346 23 115 0 12 435 116 67
Binary 10111010 110101 11100110 10011 1001101 0 1010 100011101 1001110 110111

Color Harmonies of #BA35E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA35E6

Black with #BA35E6

Text Example


Text Example

White with #BA35E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA35E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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