Html Css Color HEX #BA5DFB Medium Orchid

📋 copy color: '#BA5DFB'

red 186 ◦ green 93 ◦ blue 251

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

Shades of Medium Orchid #BA5DFB

Tints of Medium Orchid #BA5DFB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.55%

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

R = 35.09%
G = 17.55%
B = 47.36%

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

#BA5DFB (or 0xBA5DFB) is known color: Medium Orchid. HEX triplet: BA, 5D and FB. RGB value is (186,93,251). Sum of RGB (Red+Green+Blue) = 186+93+251=530 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.09% from 530); Green value is 93 (36.72% from 255 or 17.55% from 530); Blue value is 251 (98.44% from 255 or 47.36% from 530); Max value from RGB is 251 - color contains mainly: blue. Hex color #BA5DFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA5DFB is #45A204. Grayscale: #8A8A8A. Windows color (decimal): -4563461 or 16473530. OLE color: 16473530.

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

Color convert

RGB 186 93 251 -
CMYK 0.26 0.63 0 0.02
HSL 275.32º 0.95% 0.67% -
HSV(B) 275.32º 0.63% 0.98% -
XYZ 41.58 25.23 93.95 -
YUV 138.82 191.31 161.65 -
System Red Green Blue C M Y K H S L
Decimal 186 93 251 0.26 0.63 0 0.02 275.32 0.95 0.67
Hex BA 5D FB 1A 3F 0 2 113 5F 43
Octal 272 135 373 32 77 0 2 423 137 103
Binary 10111010 1011101 11111011 11010 111111 0 10 100010011 1011111 1000011

Color Harmonies of #BA5DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5DFB

Black with #BA5DFB

Text Example


Text Example

White with #BA5DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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