Html Css Color HEX #BA5FE2 Medium Orchid

📋 copy color: '#BA5FE2'

red 186 ◦ green 95 ◦ blue 226

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

Shades of Medium Orchid #BA5FE2

Tints of Medium Orchid #BA5FE2

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.74%

 BLUE value IS 226 (88.67% from 255) = 44.58%

R = 36.69%
G = 18.74%
B = 44.58%

CMYK

 C value IS 0.18

 M value IS 0.58

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BA5FE2 (or 0xBA5FE2) is known color: Medium Orchid. HEX triplet: BA, 5F and E2. RGB value is (186,95,226). Sum of RGB (Red+Green+Blue) = 186+95+226=507 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.69% from 507); Green value is 95 (37.5% from 255 or 18.74% from 507); Blue value is 226 (88.67% from 255 or 44.58% from 507); Max value from RGB is 226 - color contains mainly: blue. Hex color #BA5FE2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5FE2 is #45A01D. Grayscale: #888888. Windows color (decimal): -4562974 or 14835642. OLE color: 14835642.

HSL color Cylindrical-coordinate representation of color #BA5FE2: hue angle of 281.68º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BA5FE2 is Cyan = 0.18, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 186 95 226 -
CMYK 0.18 0.58 0 0.11
HSL 281.68º 0.69% 0.63% -
HSV(B) 281.68º 0.58% 0.89% -
XYZ 38.07 24.11 74.6 -
YUV 137.14 178.15 162.85 -
System Red Green Blue C M Y K H S L
Decimal 186 95 226 0.18 0.58 0 0.11 281.68 0.69 0.63
Hex BA 5F E2 12 3A 0 B 11A 45 3F
Octal 272 137 342 22 72 0 13 432 105 77
Binary 10111010 1011111 11100010 10010 111010 0 1011 100011010 1000101 111111

Color Harmonies of #BA5FE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5FE2

Black with #BA5FE2

Text Example


Text Example

White with #BA5FE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5FE2; }

 p { color: rgb(186,95,226); }

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

background-color css

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

 a { background-color: rgb(186,95,226); }

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

border-color css

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

 span { border-color: rgb(186,95,226); }

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