Html Css Color HEX #BE65A5 Hopbush

📋 copy color: '#BE65A5'

red 190 ◦ green 101 ◦ blue 165

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

Shades of Hopbush #BE65A5

Tints of Hopbush #BE65A5

RGB

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

 GREEN value IS 101 (39.84% from 255) = 22.15%

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

R = 41.67%
G = 22.15%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#BE65A5 (or 0xBE65A5) is known color: Hopbush. HEX triplet: BE, 65 and A5. RGB value is (190,101,165). Sum of RGB (Red+Green+Blue) = 190+101+165=456 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.67% from 456); Green value is 101 (39.84% from 255 or 22.15% from 456); Blue value is 165 (64.84% from 255 or 36.18% from 456); Max value from RGB is 190 - color contains mainly: red. Hex color #BE65A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE65A5 is #419A5A. Grayscale: #868686. Windows color (decimal): -4299355 or 10839486. OLE color: 10839486.

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

Color convert

RGB 190 101 165 -
CMYK 0 0.47 0.13 0.25
HSL 316.85º 0.41% 0.57% -
HSV(B) 316.85º 0.47% 0.75% -
XYZ 32.68 22.97 38.31 -
YUV 134.91 144.99 167.3 -
System Red Green Blue C M Y K H S L
Decimal 190 101 165 0 0.47 0.13 0.25 316.85 0.41 0.57
Hex BE 65 A5 0 2F D 19 13D 29 39
Octal 276 145 245 0 57 15 31 475 51 71
Binary 10111110 1100101 10100101 0 101111 1101 11001 100111101 101001 111001

Color Harmonies of #BE65A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE65A5

Black with #BE65A5

Text Example


Text Example

White with #BE65A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE65A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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