Html Css Color HEX #BA6395 Hopbush

📋 copy color: '#BA6395'

red 186 ◦ green 99 ◦ blue 149

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

Shades of Hopbush #BA6395

Tints of Hopbush #BA6395

RGB

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

 GREEN value IS 99 (39.06% from 255) = 22.81%

 BLUE value IS 149 (58.59% from 255) = 34.33%

R = 42.86%
G = 22.81%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#BA6395 (or 0xBA6395) is known color: Hopbush. HEX triplet: BA, 63 and 95. RGB value is (186,99,149). Sum of RGB (Red+Green+Blue) = 186+99+149=434 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.86% from 434); Green value is 99 (39.06% from 255 or 22.81% from 434); Blue value is 149 (58.59% from 255 or 34.33% from 434); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6395 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6395 is #459C6A. Grayscale: #828282. Windows color (decimal): -4562027 or 9790394. OLE color: 9790394.

HSL color Cylindrical-coordinate representation of color #BA6395: hue angle of 325.52º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BA6395 is Cyan = 0, Magento = 0.47, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 99 149 -
CMYK 0 0.47 0.20 0.27
HSL 325.52º 0.39% 0.56% -
HSV(B) 325.52º 0.47% 0.73% -
XYZ 30.14 21.53 31 -
YUV 130.71 138.32 167.43 -
System Red Green Blue C M Y K H S L
Decimal 186 99 149 0 0.47 0.20 0.27 325.52 0.39 0.56
Hex BA 63 95 0 2F 14 1B 146 27 38
Octal 272 143 225 0 57 24 33 506 47 70
Binary 10111010 1100011 10010101 0 101111 10100 11011 101000110 100111 111000

Color Harmonies of #BA6395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6395

Black with #BA6395

Text Example


Text Example

White with #BA6395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6395; }

 p { color: rgb(186,99,149); }

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

background-color css

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

 a { background-color: rgb(186,99,149); }

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

border-color css

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

 span { border-color: rgb(186,99,149); }

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