Html Css Color HEX #BA35E8 Medium Orchid

📋 copy color: '#BA35E8'

red 186 ◦ green 53 ◦ blue 232

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

Shades of Medium Orchid #BA35E8

Tints of Medium Orchid #BA35E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 49.26%

R = 39.49%
G = 11.25%
B = 49.26%

CMYK

 C value IS 0.20

 M value IS 0.77

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BA35E8 (or 0xBA35E8) is known color: Medium Orchid. HEX triplet: BA, 35 and E8. RGB value is (186,53,232). Sum of RGB (Red+Green+Blue) = 186+53+232=471 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.49% from 471); Green value is 53 (21.09% from 255 or 11.25% from 471); Blue value is 232 (91.02% from 255 or 49.26% from 471); Max value from RGB is 232 - color contains mainly: blue. Hex color #BA35E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA35E8 is #45CA17. Grayscale: #707070. Windows color (decimal): -4573720 or 15218106. OLE color: 15218106.

HSL color Cylindrical-coordinate representation of color #BA35E8: hue angle of 284.58º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA35E8 is Cyan = 0.20, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 53 232 -
CMYK 0.20 0.77 0 0.09
HSL 284.58º 0.8% 0.56% -
HSV(B) 284.58º 0.77% 0.91% -
XYZ 36.09 18.81 78.07 -
YUV 113.17 195.06 179.95 -
System Red Green Blue C M Y K H S L
Decimal 186 53 232 0.20 0.77 0 0.09 284.58 0.8 0.56
Hex BA 35 E8 14 4D 0 9 11D 50 38
Octal 272 65 350 24 115 0 11 435 120 70
Binary 10111010 110101 11101000 10100 1001101 0 1001 100011101 1010000 111000

Color Harmonies of #BA35E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA35E8

Black with #BA35E8

Text Example


Text Example

White with #BA35E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA35E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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