Html Css Color HEX #B66498 Hopbush

📋 copy color: '#B66498'

red 182 ◦ green 100 ◦ blue 152

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

Shades of Hopbush #B66498

Tints of Hopbush #B66498

RGB

 RED value IS 182 (71.48% from 255) = 41.94%

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

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

R = 41.94%
G = 23.04%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#B66498 (or 0xB66498) is known color: Hopbush. HEX triplet: B6, 64 and 98. RGB value is (182,100,152). Sum of RGB (Red+Green+Blue) = 182+100+152=434 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.94% from 434); Green value is 100 (39.45% from 255 or 23.04% from 434); Blue value is 152 (59.77% from 255 or 35.02% from 434); Max value from RGB is 182 - color contains mainly: red. Hex color #B66498 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66498 is #499B67. Grayscale: #828282. Windows color (decimal): -4823912 or 9987254. OLE color: 9987254.

HSL color Cylindrical-coordinate representation of color #B66498: hue angle of 321.95º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B66498 is Cyan = 0, Magento = 0.45, Yellow = 0.16 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 100 152 -
CMYK 0 0.45 0.16 0.29
HSL 321.95º 0.36% 0.55% -
HSV(B) 321.95º 0.45% 0.71% -
XYZ 29.52 21.33 32.27 -
YUV 130.45 140.17 164.77 -
System Red Green Blue C M Y K H S L
Decimal 182 100 152 0 0.45 0.16 0.29 321.95 0.36 0.55
Hex B6 64 98 0 2D 10 1D 142 24 37
Octal 266 144 230 0 55 20 35 502 44 67
Binary 10110110 1100100 10011000 0 101101 10000 11101 101000010 100100 110111

Color Harmonies of #B66498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66498

Black with #B66498

Text Example


Text Example

White with #B66498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66498; }

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

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

background-color css

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

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

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

border-color css

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

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

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