Html Css Color HEX #BA5AFB Medium Orchid

📋 copy color: '#BA5AFB'

red 186 ◦ green 90 ◦ blue 251

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

Shades of Medium Orchid #BA5AFB

Tints of Medium Orchid #BA5AFB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.08%

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

R = 35.29%
G = 17.08%
B = 47.63%

CMYK

 C value IS 0.26

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BA5AFB (or 0xBA5AFB) is known color: Medium Orchid. HEX triplet: BA, 5A and FB. RGB value is (186,90,251). Sum of RGB (Red+Green+Blue) = 186+90+251=527 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.29% from 527); Green value is 90 (35.55% from 255 or 17.08% from 527); Blue value is 251 (98.44% from 255 or 47.63% from 527); Max value from RGB is 251 - color contains mainly: blue. Hex color #BA5AFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA5AFB is #45A504. Grayscale: #888888. Windows color (decimal): -4564229 or 16472762. OLE color: 16472762.

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

Color convert

RGB 186 90 251 -
CMYK 0.26 0.64 0 0.02
HSL 275.78º 0.95% 0.67% -
HSV(B) 275.78º 0.64% 0.98% -
XYZ 41.32 24.72 93.86 -
YUV 137.06 192.3 162.91 -
System Red Green Blue C M Y K H S L
Decimal 186 90 251 0.26 0.64 0 0.02 275.78 0.95 0.67
Hex BA 5A FB 1A 40 0 2 114 5F 43
Octal 272 132 373 32 100 0 2 424 137 103
Binary 10111010 1011010 11111011 11010 1000000 0 10 100010100 1011111 1000011

Color Harmonies of #BA5AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5AFB

Black with #BA5AFB

Text Example


Text Example

White with #BA5AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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