Html Css Color HEX #BB6498 Hopbush

📋 copy color: '#BB6498'

red 187 ◦ green 100 ◦ blue 152

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

Shades of Hopbush #BB6498

Tints of Hopbush #BB6498

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.78%

 BLUE value IS 152 (59.77% from 255) = 34.62%

R = 42.6%
G = 22.78%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#BB6498 (or 0xBB6498) is known color: Hopbush. HEX triplet: BB, 64 and 98. RGB value is (187,100,152). Sum of RGB (Red+Green+Blue) = 187+100+152=439 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.60% from 439); Green value is 100 (39.45% from 255 or 22.78% from 439); Blue value is 152 (59.77% from 255 or 34.62% from 439); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6498 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6498 is #449B67. Grayscale: #838383. Windows color (decimal): -4496232 or 9987259. OLE color: 9987259.

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

Color convert

RGB 187 100 152 -
CMYK 0 0.47 0.19 0.27
HSL 324.14º 0.39% 0.56% -
HSV(B) 324.14º 0.47% 0.73% -
XYZ 30.72 21.95 32.32 -
YUV 131.94 139.32 167.27 -
System Red Green Blue C M Y K H S L
Decimal 187 100 152 0 0.47 0.19 0.27 324.14 0.39 0.56
Hex BB 64 98 0 2F 13 1B 144 27 38
Octal 273 144 230 0 57 23 33 504 47 70
Binary 10111011 1100100 10011000 0 101111 10011 11011 101000100 100111 111000

Color Harmonies of #BB6498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6498

Black with #BB6498

Text Example


Text Example

White with #BB6498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6498; }

 p { color: rgb(187,100,152); }

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

background-color css

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

 a { background-color: rgb(187,100,152); }

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

border-color css

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

 span { border-color: rgb(187,100,152); }

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