Html Css Color HEX #BA5AD2 Medium Orchid

📋 copy color: '#BA5AD2'

red 186 ◦ green 90 ◦ blue 210

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

Shades of Medium Orchid #BA5AD2

Tints of Medium Orchid #BA5AD2

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.52%

 BLUE value IS 210 (82.42% from 255) = 43.21%

R = 38.27%
G = 18.52%
B = 43.21%

CMYK

 C value IS 0.11

 M value IS 0.57

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BA5AD2 (or 0xBA5AD2) is known color: Medium Orchid. HEX triplet: BA, 5A and D2. RGB value is (186,90,210). Sum of RGB (Red+Green+Blue) = 186+90+210=486 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.27% from 486); Green value is 90 (35.55% from 255 or 18.52% from 486); Blue value is 210 (82.42% from 255 or 43.21% from 486); Max value from RGB is 210 - color contains mainly: blue. Hex color #BA5AD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5AD2 is #45A52D. Grayscale: #848484. Windows color (decimal): -4564270 or 13785786. OLE color: 13785786.

HSL color Cylindrical-coordinate representation of color #BA5AD2: hue angle of 288º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BA5AD2 is Cyan = 0.11, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 186 90 210 -
CMYK 0.11 0.57 0 0.18
HSL 288º 0.57% 0.59% -
HSV(B) 288º 0.57% 0.82% -
XYZ 35.54 22.4 63.42 -
YUV 132.38 171.8 166.24 -
System Red Green Blue C M Y K H S L
Decimal 186 90 210 0.11 0.57 0 0.18 288 0.57 0.59
Hex BA 5A D2 B 39 0 12 120 39 3B
Octal 272 132 322 13 71 0 22 440 71 73
Binary 10111010 1011010 11010010 1011 111001 0 10010 100100000 111001 111011

Color Harmonies of #BA5AD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5AD2

Black with #BA5AD2

Text Example


Text Example

White with #BA5AD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5AD2; }

 p { color: rgb(186,90,210); }

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

background-color css

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

 a { background-color: rgb(186,90,210); }

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

border-color css

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

 span { border-color: rgb(186,90,210); }

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