Html Css Color HEX #BB63A8 Violet Blue

📋 copy color: '#BB63A8'

red 187 ◦ green 99 ◦ blue 168

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

Shades of Violet Blue #BB63A8

Tints of Violet Blue #BB63A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 37%

R = 41.19%
G = 21.81%
B = 37%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#BB63A8 (or 0xBB63A8) is known color: Violet Blue. HEX triplet: BB, 63 and A8. RGB value is (187,99,168). Sum of RGB (Red+Green+Blue) = 187+99+168=454 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.19% from 454); Green value is 99 (39.06% from 255 or 21.81% from 454); Blue value is 168 (66.02% from 255 or 37.00% from 454); Max value from RGB is 187 - color contains mainly: red. Hex color #BB63A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB63A8 is #449C57. Grayscale: #848484. Windows color (decimal): -4496472 or 11035579. OLE color: 11035579.

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

Color convert

RGB 187 99 168 -
CMYK 0 0.47 0.10 0.27
HSL 312.95º 0.39% 0.56% -
HSV(B) 312.95º 0.47% 0.73% -
XYZ 32.02 22.32 39.67 -
YUV 133.18 147.65 166.39 -
System Red Green Blue C M Y K H S L
Decimal 187 99 168 0 0.47 0.10 0.27 312.95 0.39 0.56
Hex BB 63 A8 0 2F A 1B 139 27 38
Octal 273 143 250 0 57 12 33 471 47 70
Binary 10111011 1100011 10101000 0 101111 1010 11011 100111001 100111 111000

Color Harmonies of #BB63A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB63A8

Black with #BB63A8

Text Example


Text Example

White with #BB63A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB63A8; }

 p { color: rgb(187,99,168); }

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

background-color css

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

 a { background-color: rgb(187,99,168); }

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

border-color css

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

 span { border-color: rgb(187,99,168); }

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