Html Css Color HEX #BB61A5 Violet Blue

📋 copy color: '#BB61A5'

red 187 ◦ green 97 ◦ blue 165

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

Shades of Violet Blue #BB61A5

Tints of Violet Blue #BB61A5

RGB

 RED value IS 187 (73.44% from 255) = 41.65%

 GREEN value IS 97 (38.28% from 255) = 21.6%

 BLUE value IS 165 (64.84% from 255) = 36.75%

R = 41.65%
G = 21.6%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#BB61A5 (or 0xBB61A5) is known color: Violet Blue. HEX triplet: BB, 61 and A5. RGB value is (187,97,165). Sum of RGB (Red+Green+Blue) = 187+97+165=449 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.65% from 449); Green value is 97 (38.28% from 255 or 21.60% from 449); Blue value is 165 (64.84% from 255 or 36.75% from 449); Max value from RGB is 187 - color contains mainly: red. Hex color #BB61A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB61A5 is #449E5A. Grayscale: #838383. Windows color (decimal): -4496987 or 10838459. OLE color: 10838459.

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

Color convert

RGB 187 97 165 -
CMYK 0 0.48 0.12 0.27
HSL 314.67º 0.4% 0.56% -
HSV(B) 314.67º 0.48% 0.73% -
XYZ 31.56 21.83 38.15 -
YUV 131.66 146.82 167.47 -
System Red Green Blue C M Y K H S L
Decimal 187 97 165 0 0.48 0.12 0.27 314.67 0.4 0.56
Hex BB 61 A5 0 30 C 1B 13B 28 38
Octal 273 141 245 0 60 14 33 473 50 70
Binary 10111011 1100001 10100101 0 110000 1100 11011 100111011 101000 111000

Color Harmonies of #BB61A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB61A5

Black with #BB61A5

Text Example


Text Example

White with #BB61A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB61A5; }

 p { color: rgb(187,97,165); }

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

background-color css

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

 a { background-color: rgb(187,97,165); }

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

border-color css

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

 span { border-color: rgb(187,97,165); }

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