Html Css Color HEX #BE63A1 Hopbush

📋 copy color: '#BE63A1'

red 190 ◦ green 99 ◦ blue 161

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

Shades of Hopbush #BE63A1

Tints of Hopbush #BE63A1

RGB

 RED value IS 190 (74.61% from 255) = 42.22%

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

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

R = 42.22%
G = 22%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#BE63A1 (or 0xBE63A1) is known color: Hopbush. HEX triplet: BE, 63 and A1. RGB value is (190,99,161). Sum of RGB (Red+Green+Blue) = 190+99+161=450 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.22% from 450); Green value is 99 (39.06% from 255 or 22% from 450); Blue value is 161 (63.28% from 255 or 35.78% from 450); Max value from RGB is 190 - color contains mainly: red. Hex color #BE63A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE63A1 is #419C5E. Grayscale: #858585. Windows color (decimal): -4299871 or 10576830. OLE color: 10576830.

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

Color convert

RGB 190 99 161 -
CMYK 0 0.48 0.15 0.25
HSL 319.12º 0.41% 0.57% -
HSV(B) 319.12º 0.48% 0.75% -
XYZ 32.13 22.44 36.36 -
YUV 133.28 143.65 168.46 -
System Red Green Blue C M Y K H S L
Decimal 190 99 161 0 0.48 0.15 0.25 319.12 0.41 0.57
Hex BE 63 A1 0 30 F 19 13F 29 39
Octal 276 143 241 0 60 17 31 477 51 71
Binary 10111110 1100011 10100001 0 110000 1111 11001 100111111 101001 111001

Color Harmonies of #BE63A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE63A1

Black with #BE63A1

Text Example


Text Example

White with #BE63A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE63A1; }

 p { color: rgb(190,99,161); }

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

background-color css

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

 a { background-color: rgb(190,99,161); }

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

border-color css

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

 span { border-color: rgb(190,99,161); }

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