Html Css Color HEX #BA58FE Medium Orchid

📋 copy color: '#BA58FE'

red 186 ◦ green 88 ◦ blue 254

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

Shades of Medium Orchid #BA58FE

Tints of Medium Orchid #BA58FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 48.11%

R = 35.23%
G = 16.67%
B = 48.11%

CMYK

 C value IS 0.27

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BA58FE (or 0xBA58FE) is known color: Medium Orchid. HEX triplet: BA, 58 and FE. RGB value is (186,88,254). Sum of RGB (Red+Green+Blue) = 186+88+254=528 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.23% from 528); Green value is 88 (34.77% from 255 or 16.67% from 528); Blue value is 254 (99.61% from 255 or 48.11% from 528); Max value from RGB is 254 - color contains mainly: blue. Hex color #BA58FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA58FE is #45A701. Grayscale: #878787. Windows color (decimal): -4564738 or 16668858. OLE color: 16668858.

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

Color convert

RGB 186 88 254 -
CMYK 0.27 0.65 0 0.00
HSL 275.42º 0.99% 0.67% -
HSV(B) 275.42º 0.65% 1% -
XYZ 41.63 24.57 96.32 -
YUV 136.23 194.47 163.5 -
System Red Green Blue C M Y K H S L
Decimal 186 88 254 0.27 0.65 0 0.00 275.42 0.99 0.67
Hex BA 58 FE 1B 41 0 0 113 63 43
Octal 272 130 376 33 101 0 0 423 143 103
Binary 10111010 1011000 11111110 11011 1000001 0 0 100010011 1100011 1000011

Color Harmonies of #BA58FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA58FE

Black with #BA58FE

Text Example


Text Example

White with #BA58FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA58FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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