Html Css Color HEX #BE62A5 Hopbush

📋 copy color: '#BE62A5'

red 190 ◦ green 98 ◦ blue 165

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

Shades of Hopbush #BE62A5

Tints of Hopbush #BE62A5

RGB

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

 GREEN value IS 98 (38.67% from 255) = 21.63%

 BLUE value IS 165 (64.84% from 255) = 36.42%

R = 41.94%
G = 21.63%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#BE62A5 (or 0xBE62A5) is known color: Hopbush. HEX triplet: BE, 62 and A5. RGB value is (190,98,165). Sum of RGB (Red+Green+Blue) = 190+98+165=453 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.94% from 453); Green value is 98 (38.67% from 255 or 21.63% from 453); Blue value is 165 (64.84% from 255 or 36.42% from 453); Max value from RGB is 190 - color contains mainly: red. Hex color #BE62A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE62A5 is #419D5A. Grayscale: #848484. Windows color (decimal): -4300123 or 10838718. OLE color: 10838718.

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

Color convert

RGB 190 98 165 -
CMYK 0 0.48 0.13 0.25
HSL 316.3º 0.41% 0.56% -
HSV(B) 316.3º 0.48% 0.75% -
XYZ 32.39 22.4 38.21 -
YUV 133.15 145.98 168.55 -
System Red Green Blue C M Y K H S L
Decimal 190 98 165 0 0.48 0.13 0.25 316.3 0.41 0.56
Hex BE 62 A5 0 30 D 19 13C 29 38
Octal 276 142 245 0 60 15 31 474 51 70
Binary 10111110 1100010 10100101 0 110000 1101 11001 100111100 101001 111000

Color Harmonies of #BE62A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE62A5

Black with #BE62A5

Text Example


Text Example

White with #BE62A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE62A5; }

 p { color: rgb(190,98,165); }

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

background-color css

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

 a { background-color: rgb(190,98,165); }

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

border-color css

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

 span { border-color: rgb(190,98,165); }

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