Html Css Color HEX #BC68A1 Hopbush

📋 copy color: '#BC68A1'

red 188 ◦ green 104 ◦ blue 161

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

Shades of Hopbush #BC68A1

Tints of Hopbush #BC68A1

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.96%

 BLUE value IS 161 (63.28% from 255) = 35.54%

R = 41.5%
G = 22.96%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#BC68A1 (or 0xBC68A1) is known color: Hopbush. HEX triplet: BC, 68 and A1. RGB value is (188,104,161). Sum of RGB (Red+Green+Blue) = 188+104+161=453 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.50% from 453); Green value is 104 (41.02% from 255 or 22.96% from 453); Blue value is 161 (63.28% from 255 or 35.54% from 453); Max value from RGB is 188 - color contains mainly: red. Hex color #BC68A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC68A1 is #43975E. Grayscale: #878787. Windows color (decimal): -4429663 or 10578108. OLE color: 10578108.

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

Color convert

RGB 188 104 161 -
CMYK 0 0.45 0.14 0.26
HSL 319.29º 0.39% 0.57% -
HSV(B) 319.29º 0.45% 0.74% -
XYZ 32.12 23.17 36.5 -
YUV 135.61 142.33 165.37 -
System Red Green Blue C M Y K H S L
Decimal 188 104 161 0 0.45 0.14 0.26 319.29 0.39 0.57
Hex BC 68 A1 0 2D E 1A 13F 27 39
Octal 274 150 241 0 55 16 32 477 47 71
Binary 10111100 1101000 10100001 0 101101 1110 11010 100111111 100111 111001

Color Harmonies of #BC68A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC68A1

Black with #BC68A1

Text Example


Text Example

White with #BC68A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC68A1; }

 p { color: rgb(188,104,161); }

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

background-color css

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

 a { background-color: rgb(188,104,161); }

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

border-color css

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

 span { border-color: rgb(188,104,161); }

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