Html Css Color HEX #BC6698 Hopbush

📋 copy color: '#BC6698'

red 188 ◦ green 102 ◦ blue 152

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

Shades of Hopbush #BC6698

Tints of Hopbush #BC6698

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.08%

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

R = 42.53%
G = 23.08%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#BC6698 (or 0xBC6698) is known color: Hopbush. HEX triplet: BC, 66 and 98. RGB value is (188,102,152). Sum of RGB (Red+Green+Blue) = 188+102+152=442 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.53% from 442); Green value is 102 (40.23% from 255 or 23.08% from 442); Blue value is 152 (59.77% from 255 or 34.39% from 442); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6698 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6698 is #439967. Grayscale: #858585. Windows color (decimal): -4430184 or 9987772. OLE color: 9987772.

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

Color convert

RGB 188 102 152 -
CMYK 0 0.46 0.19 0.26
HSL 325.12º 0.39% 0.57% -
HSV(B) 325.12º 0.46% 0.74% -
XYZ 31.16 22.46 32.4 -
YUV 133.41 138.49 166.93 -
System Red Green Blue C M Y K H S L
Decimal 188 102 152 0 0.46 0.19 0.26 325.12 0.39 0.57
Hex BC 66 98 0 2E 13 1A 145 27 39
Octal 274 146 230 0 56 23 32 505 47 71
Binary 10111100 1100110 10011000 0 101110 10011 11010 101000101 100111 111001

Color Harmonies of #BC6698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6698

Black with #BC6698

Text Example


Text Example

White with #BC6698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6698; }

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

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

background-color css

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

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

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

border-color css

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

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

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