Html Css Color HEX #BB62A4 Violet Blue

📋 copy color: '#BB62A4'

red 187 ◦ green 98 ◦ blue 164

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

Shades of Violet Blue #BB62A4

Tints of Violet Blue #BB62A4

RGB

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

 GREEN value IS 98 (38.67% from 255) = 21.83%

 BLUE value IS 164 (64.45% from 255) = 36.53%

R = 41.65%
G = 21.83%
B = 36.53%

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

#BB62A4 (or 0xBB62A4) is known color: Violet Blue. HEX triplet: BB, 62 and A4. RGB value is (187,98,164). Sum of RGB (Red+Green+Blue) = 187+98+164=449 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.65% from 449); Green value is 98 (38.67% from 255 or 21.83% from 449); Blue value is 164 (64.45% from 255 or 36.53% from 449); Max value from RGB is 187 - color contains mainly: red. Hex color #BB62A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB62A4 is #449D5B. Grayscale: #838383. Windows color (decimal): -4496732 or 10773179. OLE color: 10773179.

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

Color convert

RGB 187 98 164 -
CMYK 0 0.48 0.12 0.27
HSL 315.51º 0.4% 0.56% -
HSV(B) 315.51º 0.48% 0.73% -
XYZ 31.56 21.98 37.7 -
YUV 132.14 145.99 167.13 -
System Red Green Blue C M Y K H S L
Decimal 187 98 164 0 0.48 0.12 0.27 315.51 0.4 0.56
Hex BB 62 A4 0 30 C 1B 13C 28 38
Octal 273 142 244 0 60 14 33 474 50 70
Binary 10111011 1100010 10100100 0 110000 1100 11011 100111100 101000 111000

Color Harmonies of #BB62A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB62A4

Black with #BB62A4

Text Example


Text Example

White with #BB62A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB62A4; }

 p { color: rgb(187,98,164); }

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

background-color css

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

 a { background-color: rgb(187,98,164); }

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

border-color css

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

 span { border-color: rgb(187,98,164); }

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