Html Css Color HEX #BF63A4 Hopbush

📋 copy color: '#BF63A4'

red 191 ◦ green 99 ◦ blue 164

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

Shades of Hopbush #BF63A4

Tints of Hopbush #BF63A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 36.12%

R = 42.07%
G = 21.81%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#BF63A4 (or 0xBF63A4) is known color: Hopbush. HEX triplet: BF, 63 and A4. RGB value is (191,99,164). Sum of RGB (Red+Green+Blue) = 191+99+164=454 (60% of max value = 765). Red value is 191 (75% from 255 or 42.07% from 454); Green value is 99 (39.06% from 255 or 21.81% from 454); Blue value is 164 (64.45% from 255 or 36.12% from 454); Max value from RGB is 191 - color contains mainly: red. Hex color #BF63A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF63A4 is #409C5B. Grayscale: #858585. Windows color (decimal): -4234332 or 10773439. OLE color: 10773439.

HSL color Cylindrical-coordinate representation of color #BF63A4: hue angle of 317.61º 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 #BF63A4 is Cyan = 0, Magento = 0.48, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 99 164 -
CMYK 0 0.48 0.14 0.25
HSL 317.61º 0.42% 0.57% -
HSV(B) 317.61º 0.48% 0.75% -
XYZ 32.65 22.68 37.78 -
YUV 133.92 144.98 168.71 -
System Red Green Blue C M Y K H S L
Decimal 191 99 164 0 0.48 0.14 0.25 317.61 0.42 0.57
Hex BF 63 A4 0 30 E 19 13E 2A 39
Octal 277 143 244 0 60 16 31 476 52 71
Binary 10111111 1100011 10100100 0 110000 1110 11001 100111110 101010 111001

Color Harmonies of #BF63A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF63A4

Black with #BF63A4

Text Example


Text Example

White with #BF63A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF63A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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