Html Css Color HEX #BB63A0 Hopbush

📋 copy color: '#BB63A0'

red 187 ◦ green 99 ◦ blue 160

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

Shades of Hopbush #BB63A0

Tints of Hopbush #BB63A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 35.87%

R = 41.93%
G = 22.2%
B = 35.87%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.14

 K value IS 0.27

RGB Variations

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

Color information

#BB63A0 (or 0xBB63A0) is known color: Hopbush. HEX triplet: BB, 63 and A0. RGB value is (187,99,160). Sum of RGB (Red+Green+Blue) = 187+99+160=446 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.93% from 446); Green value is 99 (39.06% from 255 or 22.20% from 446); Blue value is 160 (62.89% from 255 or 35.87% from 446); Max value from RGB is 187 - color contains mainly: red. Hex color #BB63A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB63A0 is #449C5F. Grayscale: #848484. Windows color (decimal): -4496480 or 10511291. OLE color: 10511291.

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

Color convert

RGB 187 99 160 -
CMYK 0 0.47 0.14 0.27
HSL 318.41º 0.39% 0.56% -
HSV(B) 318.41º 0.47% 0.73% -
XYZ 31.3 22.03 35.86 -
YUV 132.27 143.65 167.04 -
System Red Green Blue C M Y K H S L
Decimal 187 99 160 0 0.47 0.14 0.27 318.41 0.39 0.56
Hex BB 63 A0 0 2F E 1B 13E 27 38
Octal 273 143 240 0 57 16 33 476 47 70
Binary 10111011 1100011 10100000 0 101111 1110 11011 100111110 100111 111000

Color Harmonies of #BB63A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB63A0

Black with #BB63A0

Text Example


Text Example

White with #BB63A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB63A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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