Html Css Color HEX #BA5FF7 Medium Orchid

📋 copy color: '#BA5FF7'

red 186 ◦ green 95 ◦ blue 247

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

Shades of Medium Orchid #BA5FF7

Tints of Medium Orchid #BA5FF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 46.78%

R = 35.23%
G = 17.99%
B = 46.78%

CMYK

 C value IS 0.25

 M value IS 0.62

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BA5FF7 (or 0xBA5FF7) is known color: Medium Orchid. HEX triplet: BA, 5F and F7. RGB value is (186,95,247). Sum of RGB (Red+Green+Blue) = 186+95+247=528 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.23% from 528); Green value is 95 (37.5% from 255 or 17.99% from 528); Blue value is 247 (96.88% from 255 or 46.78% from 528); Max value from RGB is 247 - color contains mainly: blue. Hex color #BA5FF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA5FF7 is #45A008. Grayscale: #8B8B8B. Windows color (decimal): -4562953 or 16211898. OLE color: 16211898.

HSL color Cylindrical-coordinate representation of color #BA5FF7: hue angle of 275.92º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA5FF7 is Cyan = 0.25, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 186 95 247 -
CMYK 0.25 0.62 0 0.03
HSL 275.92º 0.9% 0.67% -
HSV(B) 275.92º 0.62% 0.97% -
XYZ 41.13 25.34 90.72 -
YUV 139.54 188.65 161.14 -
System Red Green Blue C M Y K H S L
Decimal 186 95 247 0.25 0.62 0 0.03 275.92 0.9 0.67
Hex BA 5F F7 19 3E 0 3 114 5A 43
Octal 272 137 367 31 76 0 3 424 132 103
Binary 10111010 1011111 11110111 11001 111110 0 11 100010100 1011010 1000011

Color Harmonies of #BA5FF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5FF7

Black with #BA5FF7

Text Example


Text Example

White with #BA5FF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5FF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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