Html Css Color HEX #BA5FEA Medium Orchid

📋 copy color: '#BA5FEA'

red 186 ◦ green 95 ◦ blue 234

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

Shades of Medium Orchid #BA5FEA

Tints of Medium Orchid #BA5FEA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.45%

 BLUE value IS 234 (91.8% from 255) = 45.44%

R = 36.12%
G = 18.45%
B = 45.44%

CMYK

 C value IS 0.21

 M value IS 0.59

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BA5FEA (or 0xBA5FEA) is known color: Medium Orchid. HEX triplet: BA, 5F and EA. RGB value is (186,95,234). Sum of RGB (Red+Green+Blue) = 186+95+234=515 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.12% from 515); Green value is 95 (37.5% from 255 or 18.45% from 515); Blue value is 234 (91.80% from 255 or 45.44% from 515); Max value from RGB is 234 - color contains mainly: blue. Hex color #BA5FEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA5FEA is #45A015. Grayscale: #898989. Windows color (decimal): -4562966 or 15359930. OLE color: 15359930.

HSL color Cylindrical-coordinate representation of color #BA5FEA: hue angle of 279.28º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BA5FEA is Cyan = 0.21, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 186 95 234 -
CMYK 0.21 0.59 0 0.08
HSL 279.28º 0.77% 0.65% -
HSV(B) 279.28º 0.59% 0.92% -
XYZ 39.19 24.56 80.52 -
YUV 138.06 182.15 162.2 -
System Red Green Blue C M Y K H S L
Decimal 186 95 234 0.21 0.59 0 0.08 279.28 0.77 0.65
Hex BA 5F EA 15 3B 0 8 117 4D 41
Octal 272 137 352 25 73 0 10 427 115 101
Binary 10111010 1011111 11101010 10101 111011 0 1000 100010111 1001101 1000001

Color Harmonies of #BA5FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5FEA

Black with #BA5FEA

Text Example


Text Example

White with #BA5FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5FEA; }

 p { color: rgb(186,95,234); }

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

background-color css

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

 a { background-color: rgb(186,95,234); }

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

border-color css

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

 span { border-color: rgb(186,95,234); }

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