Html Css Color HEX #BC6998 Hopbush

📋 copy color: '#BC6998'

red 188 ◦ green 105 ◦ blue 152

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

Shades of Hopbush #BC6998

Tints of Hopbush #BC6998

RGB

 RED value IS 188 (73.83% from 255) = 42.25%

 GREEN value IS 105 (41.41% from 255) = 23.6%

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

R = 42.25%
G = 23.6%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#BC6998 (or 0xBC6998) is known color: Hopbush. HEX triplet: BC, 69 and 98. RGB value is (188,105,152). Sum of RGB (Red+Green+Blue) = 188+105+152=445 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.25% from 445); Green value is 105 (41.41% from 255 or 23.60% from 445); Blue value is 152 (59.77% from 255 or 34.16% from 445); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6998 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6998 is #439667. Grayscale: #878787. Windows color (decimal): -4429416 or 9988540. OLE color: 9988540.

HSL color Cylindrical-coordinate representation of color #BC6998: hue angle of 326.02º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BC6998 is Cyan = 0, Magento = 0.44, Yellow = 0.19 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 105 152 -
CMYK 0 0.44 0.19 0.26
HSL 326.02º 0.38% 0.57% -
HSV(B) 326.02º 0.44% 0.74% -
XYZ 31.46 23.06 32.5 -
YUV 135.18 137.5 165.68 -
System Red Green Blue C M Y K H S L
Decimal 188 105 152 0 0.44 0.19 0.26 326.02 0.38 0.57
Hex BC 69 98 0 2C 13 1A 146 26 39
Octal 274 151 230 0 54 23 32 506 46 71
Binary 10111100 1101001 10011000 0 101100 10011 11010 101000110 100110 111001

Color Harmonies of #BC6998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6998

Black with #BC6998

Text Example


Text Example

White with #BC6998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6998; }

 p { color: rgb(188,105,152); }

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

background-color css

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

 a { background-color: rgb(188,105,152); }

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

border-color css

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

 span { border-color: rgb(188,105,152); }

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