Html Css Color HEX #BF63A0 Hopbush

📋 copy color: '#BF63A0'

red 191 ◦ green 99 ◦ blue 160

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

Shades of Hopbush #BF63A0

Tints of Hopbush #BF63A0

RGB

 RED value IS 191 (75% from 255) = 42.44%

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

 BLUE value IS 160 (62.89% from 255) = 35.56%

R = 42.44%
G = 22%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#BF63A0 (or 0xBF63A0) is known color: Hopbush. HEX triplet: BF, 63 and A0. RGB value is (191,99,160). Sum of RGB (Red+Green+Blue) = 191+99+160=450 (59% of max value = 765). Red value is 191 (75% from 255 or 42.44% from 450); Green value is 99 (39.06% from 255 or 22% from 450); Blue value is 160 (62.89% from 255 or 35.56% from 450); Max value from RGB is 191 - color contains mainly: red. Hex color #BF63A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF63A0 is #409C5F. Grayscale: #858585. Windows color (decimal): -4234336 or 10511295. OLE color: 10511295.

HSL color Cylindrical-coordinate representation of color #BF63A0: hue angle of 320.22º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BF63A0 is Cyan = 0, Magento = 0.48, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 99 160 -
CMYK 0 0.48 0.16 0.25
HSL 320.22º 0.42% 0.57% -
HSV(B) 320.22º 0.48% 0.75% -
XYZ 32.29 22.54 35.91 -
YUV 133.46 142.98 169.04 -
System Red Green Blue C M Y K H S L
Decimal 191 99 160 0 0.48 0.16 0.25 320.22 0.42 0.57
Hex BF 63 A0 0 30 10 19 140 2A 39
Octal 277 143 240 0 60 20 31 500 52 71
Binary 10111111 1100011 10100000 0 110000 10000 11001 101000000 101010 111001

Color Harmonies of #BF63A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF63A0

Black with #BF63A0

Text Example


Text Example

White with #BF63A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF63A0; }

 p { color: rgb(191,99,160); }

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

background-color css

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

 a { background-color: rgb(191,99,160); }

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

border-color css

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

 span { border-color: rgb(191,99,160); }

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