Html Css Color HEX #BA6390 Hopbush

📋 copy color: '#BA6390'

red 186 ◦ green 99 ◦ blue 144

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

Shades of Hopbush #BA6390

Tints of Hopbush #BA6390

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 33.57%

R = 43.36%
G = 23.08%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#BA6390 (or 0xBA6390) is known color: Hopbush. HEX triplet: BA, 63 and 90. RGB value is (186,99,144). Sum of RGB (Red+Green+Blue) = 186+99+144=429 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.36% from 429); Green value is 99 (39.06% from 255 or 23.08% from 429); Blue value is 144 (56.64% from 255 or 33.57% from 429); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6390 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6390 is #459C6F. Grayscale: #828282. Windows color (decimal): -4562032 or 9462714. OLE color: 9462714.

HSL color Cylindrical-coordinate representation of color #BA6390: hue angle of 328.97º 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 #BA6390 is Cyan = 0, Magento = 0.47, Yellow = 0.23 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 99 144 -
CMYK 0 0.47 0.23 0.27
HSL 328.97º 0.39% 0.56% -
HSV(B) 328.97º 0.47% 0.73% -
XYZ 29.75 21.38 28.94 -
YUV 130.14 135.82 167.84 -
System Red Green Blue C M Y K H S L
Decimal 186 99 144 0 0.47 0.23 0.27 328.97 0.39 0.56
Hex BA 63 90 0 2F 17 1B 149 27 38
Octal 272 143 220 0 57 27 33 511 47 70
Binary 10111010 1100011 10010000 0 101111 10111 11011 101001001 100111 111000

Color Harmonies of #BA6390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6390

Black with #BA6390

Text Example


Text Example

White with #BA6390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6390; }

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

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

background-color css

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

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

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

border-color css

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

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

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