Html Css Color HEX #BC63A3 Hopbush

📋 copy color: '#BC63A3'

red 188 ◦ green 99 ◦ blue 163

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

Shades of Hopbush #BC63A3

Tints of Hopbush #BC63A3

RGB

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

 GREEN value IS 99 (39.06% from 255) = 22%

 BLUE value IS 163 (64.06% from 255) = 36.22%

R = 41.78%
G = 22%
B = 36.22%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.13

 K value IS 0.26

RGB Variations

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

Color information

#BC63A3 (or 0xBC63A3) is known color: Hopbush. HEX triplet: BC, 63 and A3. RGB value is (188,99,163). Sum of RGB (Red+Green+Blue) = 188+99+163=450 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.78% from 450); Green value is 99 (39.06% from 255 or 22% from 450); Blue value is 163 (64.06% from 255 or 36.22% from 450); Max value from RGB is 188 - color contains mainly: red. Hex color #BC63A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC63A3 is #439C5C. Grayscale: #848484. Windows color (decimal): -4430941 or 10707900. OLE color: 10707900.

HSL color Cylindrical-coordinate representation of color #BC63A3: hue angle of 316.85º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BC63A3 is Cyan = 0, Magento = 0.47, Yellow = 0.13 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 99 163 -
CMYK 0 0.47 0.13 0.26
HSL 316.85º 0.4% 0.56% -
HSV(B) 316.85º 0.47% 0.74% -
XYZ 31.81 22.26 37.27 -
YUV 132.91 144.99 167.3 -
System Red Green Blue C M Y K H S L
Decimal 188 99 163 0 0.47 0.13 0.26 316.85 0.4 0.56
Hex BC 63 A3 0 2F D 1A 13D 28 38
Octal 274 143 243 0 57 15 32 475 50 70
Binary 10111100 1100011 10100011 0 101111 1101 11010 100111101 101000 111000

Color Harmonies of #BC63A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC63A3

Black with #BC63A3

Text Example


Text Example

White with #BC63A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC63A3; }

 p { color: rgb(188,99,163); }

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

background-color css

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

 a { background-color: rgb(188,99,163); }

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

border-color css

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

 span { border-color: rgb(188,99,163); }

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