Html Css Color HEX #BB6F98 Hopbush

📋 copy color: '#BB6F98'

red 187 ◦ green 111 ◦ blue 152

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

Shades of Hopbush #BB6F98

Tints of Hopbush #BB6F98

RGB

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

 GREEN value IS 111 (43.75% from 255) = 24.67%

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

R = 41.56%
G = 24.67%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#BB6F98 (or 0xBB6F98) is known color: Hopbush. HEX triplet: BB, 6F and 98. RGB value is (187,111,152). Sum of RGB (Red+Green+Blue) = 187+111+152=450 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.56% from 450); Green value is 111 (43.75% from 255 or 24.67% from 450); Blue value is 152 (59.77% from 255 or 33.78% from 450); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6F98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6F98 is #449067. Grayscale: #8A8A8A. Windows color (decimal): -4493416 or 9990075. OLE color: 9990075.

HSL color Cylindrical-coordinate representation of color #BB6F98: hue angle of 327.63º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BB6F98 is Cyan = 0, Magento = 0.41, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 111 152 -
CMYK 0 0.41 0.19 0.27
HSL 327.63º 0.36% 0.58% -
HSV(B) 327.63º 0.41% 0.73% -
XYZ 31.85 24.2 32.7 -
YUV 138.4 135.68 162.67 -
System Red Green Blue C M Y K H S L
Decimal 187 111 152 0 0.41 0.19 0.27 327.63 0.36 0.58
Hex BB 6F 98 0 29 13 1B 148 24 3A
Octal 273 157 230 0 51 23 33 510 44 72
Binary 10111011 1101111 10011000 0 101001 10011 11011 101001000 100100 111010

Color Harmonies of #BB6F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6F98

Black with #BB6F98

Text Example


Text Example

White with #BB6F98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6F98; }

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

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

background-color css

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

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

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

border-color css

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

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

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