Html Css Color HEX #BA5EFB Medium Orchid

📋 copy color: '#BA5EFB'

red 186 ◦ green 94 ◦ blue 251

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

Shades of Medium Orchid #BA5EFB

Tints of Medium Orchid #BA5EFB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 17.7%

 BLUE value IS 251 (98.44% from 255) = 47.27%

R = 35.03%
G = 17.7%
B = 47.27%

CMYK

 C value IS 0.26

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BA5EFB (or 0xBA5EFB) is known color: Medium Orchid. HEX triplet: BA, 5E and FB. RGB value is (186,94,251). Sum of RGB (Red+Green+Blue) = 186+94+251=531 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.03% from 531); Green value is 94 (37.11% from 255 or 17.70% from 531); Blue value is 251 (98.44% from 255 or 47.27% from 531); Max value from RGB is 251 - color contains mainly: blue. Hex color #BA5EFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA5EFB is #45A104. Grayscale: #8A8A8A. Windows color (decimal): -4563205 or 16473786. OLE color: 16473786.

HSL color Cylindrical-coordinate representation of color #BA5EFB: hue angle of 275.16º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BA5EFB is Cyan = 0.26, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 186 94 251 -
CMYK 0.26 0.63 0 0.02
HSL 275.16º 0.95% 0.68% -
HSV(B) 275.16º 0.63% 0.98% -
XYZ 41.66 25.41 93.98 -
YUV 139.41 190.98 161.23 -
System Red Green Blue C M Y K H S L
Decimal 186 94 251 0.26 0.63 0 0.02 275.16 0.95 0.68
Hex BA 5E FB 1A 3F 0 2 113 5F 44
Octal 272 136 373 32 77 0 2 423 137 104
Binary 10111010 1011110 11111011 11010 111111 0 10 100010011 1011111 1000100

Color Harmonies of #BA5EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5EFB

Black with #BA5EFB

Text Example


Text Example

White with #BA5EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5EFB; }

 p { color: rgb(186,94,251); }

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

background-color css

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

 a { background-color: rgb(186,94,251); }

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

border-color css

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

 span { border-color: rgb(186,94,251); }

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