Html Css Color HEX #BB63A7 Violet Blue

📋 copy color: '#BB63A7'

red 187 ◦ green 99 ◦ blue 167

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

Shades of Violet Blue #BB63A7

Tints of Violet Blue #BB63A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 36.87%

R = 41.28%
G = 21.85%
B = 36.87%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#BB63A7 (or 0xBB63A7) is known color: Violet Blue. HEX triplet: BB, 63 and A7. RGB value is (187,99,167). Sum of RGB (Red+Green+Blue) = 187+99+167=453 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.28% from 453); Green value is 99 (39.06% from 255 or 21.85% from 453); Blue value is 167 (65.62% from 255 or 36.87% from 453); Max value from RGB is 187 - color contains mainly: red. Hex color #BB63A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB63A7 is #449C58. Grayscale: #848484. Windows color (decimal): -4496473 or 10970043. OLE color: 10970043.

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

Color convert

RGB 187 99 167 -
CMYK 0 0.47 0.11 0.27
HSL 313.64º 0.39% 0.56% -
HSV(B) 313.64º 0.47% 0.73% -
XYZ 31.93 22.28 39.18 -
YUV 133.06 147.15 166.47 -
System Red Green Blue C M Y K H S L
Decimal 187 99 167 0 0.47 0.11 0.27 313.64 0.39 0.56
Hex BB 63 A7 0 2F B 1B 13A 27 38
Octal 273 143 247 0 57 13 33 472 47 70
Binary 10111011 1100011 10100111 0 101111 1011 11011 100111010 100111 111000

Color Harmonies of #BB63A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB63A7

Black with #BB63A7

Text Example


Text Example

White with #BB63A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB63A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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