Html Css Color HEX #BA5FC8 Medium Orchid

📋 copy color: '#BA5FC8'

red 186 ◦ green 95 ◦ blue 200

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

Shades of Medium Orchid #BA5FC8

Tints of Medium Orchid #BA5FC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 41.58%

R = 38.67%
G = 19.75%
B = 41.58%

CMYK

 C value IS 0.07

 M value IS 0.52

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BA5FC8 (or 0xBA5FC8) is known color: Medium Orchid. HEX triplet: BA, 5F and C8. RGB value is (186,95,200). Sum of RGB (Red+Green+Blue) = 186+95+200=481 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.67% from 481); Green value is 95 (37.5% from 255 or 19.75% from 481); Blue value is 200 (78.52% from 255 or 41.58% from 481); Max value from RGB is 200 - color contains mainly: blue. Hex color #BA5FC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5FC8 is #45A037. Grayscale: #858585. Windows color (decimal): -4563000 or 13131706. OLE color: 13131706.

HSL color Cylindrical-coordinate representation of color #BA5FC8: hue angle of 292º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BA5FC8 is Cyan = 0.07, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 186 95 200 -
CMYK 0.07 0.52 0 0.22
HSL 292º 0.49% 0.58% -
HSV(B) 292º 0.53% 0.78% -
XYZ 34.77 22.79 57.21 -
YUV 134.18 165.15 164.96 -
System Red Green Blue C M Y K H S L
Decimal 186 95 200 0.07 0.52 0 0.22 292 0.49 0.58
Hex BA 5F C8 7 34 0 16 124 31 3A
Octal 272 137 310 7 64 0 26 444 61 72
Binary 10111010 1011111 11001000 111 110100 0 10110 100100100 110001 111010

Color Harmonies of #BA5FC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5FC8

Black with #BA5FC8

Text Example


Text Example

White with #BA5FC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5FC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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