Html Css Color HEX #BA58FC Medium Orchid

📋 copy color: '#BA58FC'

red 186 ◦ green 88 ◦ blue 252

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

Shades of Medium Orchid #BA58FC

Tints of Medium Orchid #BA58FC

RGB

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

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

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

R = 35.36%
G = 16.73%
B = 47.91%

CMYK

 C value IS 0.26

 M value IS 0.65

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BA58FC (or 0xBA58FC) is known color: Medium Orchid. HEX triplet: BA, 58 and FC. RGB value is (186,88,252). Sum of RGB (Red+Green+Blue) = 186+88+252=526 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.36% from 526); Green value is 88 (34.77% from 255 or 16.73% from 526); Blue value is 252 (98.83% from 255 or 47.91% from 526); Max value from RGB is 252 - color contains mainly: blue. Hex color #BA58FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA58FC is #45A703. Grayscale: #878787. Windows color (decimal): -4564740 or 16537786. OLE color: 16537786.

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

Color convert

RGB 186 88 252 -
CMYK 0.26 0.65 0 0.01
HSL 275.85º 0.96% 0.67% -
HSV(B) 275.85º 0.65% 0.99% -
XYZ 41.31 24.45 94.64 -
YUV 136 193.47 163.66 -
System Red Green Blue C M Y K H S L
Decimal 186 88 252 0.26 0.65 0 0.01 275.85 0.96 0.67
Hex BA 58 FC 1A 41 0 1 114 60 43
Octal 272 130 374 32 101 0 1 424 140 103
Binary 10111010 1011000 11111100 11010 1000001 0 1 100010100 1100000 1000011

Color Harmonies of #BA58FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA58FC

Black with #BA58FC

Text Example


Text Example

White with #BA58FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA58FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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