Html Css Color HEX #BA5FEB Medium Orchid

📋 copy color: '#BA5FEB'

red 186 ◦ green 95 ◦ blue 235

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

Shades of Medium Orchid #BA5FEB

Tints of Medium Orchid #BA5FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 45.54%

R = 36.05%
G = 18.41%
B = 45.54%

CMYK

 C value IS 0.21

 M value IS 0.60

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BA5FEB (or 0xBA5FEB) is known color: Medium Orchid. HEX triplet: BA, 5F and EB. RGB value is (186,95,235). Sum of RGB (Red+Green+Blue) = 186+95+235=516 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.05% from 516); Green value is 95 (37.5% from 255 or 18.41% from 516); Blue value is 235 (92.19% from 255 or 45.54% from 516); Max value from RGB is 235 - color contains mainly: blue. Hex color #BA5FEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA5FEB is #45A014. Grayscale: #898989. Windows color (decimal): -4562965 or 15425466. OLE color: 15425466.

HSL color Cylindrical-coordinate representation of color #BA5FEB: hue angle of 279º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA5FEB is Cyan = 0.21, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 186 95 235 -
CMYK 0.21 0.60 0 0.08
HSL 279º 0.78% 0.65% -
HSV(B) 279º 0.6% 0.92% -
XYZ 39.34 24.62 81.28 -
YUV 138.17 182.65 162.12 -
System Red Green Blue C M Y K H S L
Decimal 186 95 235 0.21 0.60 0 0.08 279 0.78 0.65
Hex BA 5F EB 15 3C 0 8 117 4E 41
Octal 272 137 353 25 74 0 10 427 116 101
Binary 10111010 1011111 11101011 10101 111100 0 1000 100010111 1001110 1000001

Color Harmonies of #BA5FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5FEB

Black with #BA5FEB

Text Example


Text Example

White with #BA5FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5FEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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