Html Css Color HEX #BA58FB Medium Orchid

📋 copy color: '#BA58FB'

red 186 ◦ green 88 ◦ blue 251

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

Shades of Medium Orchid #BA58FB

Tints of Medium Orchid #BA58FB

RGB

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

 GREEN value IS 88 (34.77% from 255) = 16.76%

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

R = 35.43%
G = 16.76%
B = 47.81%

CMYK

 C value IS 0.26

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BA58FB (or 0xBA58FB) is known color: Medium Orchid. HEX triplet: BA, 58 and FB. RGB value is (186,88,251). Sum of RGB (Red+Green+Blue) = 186+88+251=525 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.43% from 525); Green value is 88 (34.77% from 255 or 16.76% from 525); Blue value is 251 (98.44% from 255 or 47.81% from 525); Max value from RGB is 251 - color contains mainly: blue. Hex color #BA58FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA58FB is #45A704. Grayscale: #878787. Windows color (decimal): -4564741 or 16472250. OLE color: 16472250.

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

Color convert

RGB 186 88 251 -
CMYK 0.26 0.65 0 0.02
HSL 276.07º 0.95% 0.66% -
HSV(B) 276.07º 0.65% 0.98% -
XYZ 41.15 24.38 93.8 -
YUV 135.88 192.97 163.75 -
System Red Green Blue C M Y K H S L
Decimal 186 88 251 0.26 0.65 0 0.02 276.07 0.95 0.66
Hex BA 58 FB 1A 41 0 2 114 5F 42
Octal 272 130 373 32 101 0 2 424 137 102
Binary 10111010 1011000 11111011 11010 1000001 0 10 100010100 1011111 1000010

Color Harmonies of #BA58FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA58FB

Black with #BA58FB

Text Example


Text Example

White with #BA58FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA58FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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