Html Css Color HEX #BA5BFC Medium Orchid

📋 copy color: '#BA5BFC'

red 186 ◦ green 91 ◦ blue 252

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

Shades of Medium Orchid #BA5BFC

Tints of Medium Orchid #BA5BFC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 17.2%

 BLUE value IS 252 (98.83% from 255) = 47.64%

R = 35.16%
G = 17.2%
B = 47.64%

CMYK

 C value IS 0.26

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BA5BFC (or 0xBA5BFC) is known color: Medium Orchid. HEX triplet: BA, 5B and FC. RGB value is (186,91,252). Sum of RGB (Red+Green+Blue) = 186+91+252=529 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.16% from 529); Green value is 91 (35.94% from 255 or 17.20% from 529); Blue value is 252 (98.83% from 255 or 47.64% from 529); Max value from RGB is 252 - color contains mainly: blue. Hex color #BA5BFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA5BFC is #45A403. Grayscale: #898989. Windows color (decimal): -4563972 or 16538554. OLE color: 16538554.

HSL color Cylindrical-coordinate representation of color #BA5BFC: hue angle of 275.4º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BA5BFC is Cyan = 0.26, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 186 91 252 -
CMYK 0.26 0.64 0 0.01
HSL 275.4º 0.96% 0.67% -
HSV(B) 275.4º 0.64% 0.99% -
XYZ 41.56 24.95 94.72 -
YUV 137.76 192.47 162.41 -
System Red Green Blue C M Y K H S L
Decimal 186 91 252 0.26 0.64 0 0.01 275.4 0.96 0.67
Hex BA 5B FC 1A 40 0 1 113 60 43
Octal 272 133 374 32 100 0 1 423 140 103
Binary 10111010 1011011 11111100 11010 1000000 0 1 100010011 1100000 1000011

Color Harmonies of #BA5BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5BFC

Black with #BA5BFC

Text Example


Text Example

White with #BA5BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5BFC; }

 p { color: rgb(186,91,252); }

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

background-color css

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

 a { background-color: rgb(186,91,252); }

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

border-color css

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

 span { border-color: rgb(186,91,252); }

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