Html Css Color HEX #BE608D Hopbush

📋 copy color: '#BE608D'

red 190 ◦ green 96 ◦ blue 141

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

Shades of Hopbush #BE608D

Tints of Hopbush #BE608D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.48%

 BLUE value IS 141 (55.47% from 255) = 33.02%

R = 44.5%
G = 22.48%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#BE608D (or 0xBE608D) is known color: Hopbush. HEX triplet: BE, 60 and 8D. RGB value is (190,96,141). Sum of RGB (Red+Green+Blue) = 190+96+141=427 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.50% from 427); Green value is 96 (37.89% from 255 or 22.48% from 427); Blue value is 141 (55.47% from 255 or 33.02% from 427); Max value from RGB is 190 - color contains mainly: red. Hex color #BE608D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE608D is #419F72. Grayscale: #818181. Windows color (decimal): -4300659 or 9265342. OLE color: 9265342.

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

Color convert

RGB 190 96 141 -
CMYK 0 0.49 0.26 0.25
HSL 331.28º 0.42% 0.56% -
HSV(B) 331.28º 0.49% 0.75% -
XYZ 30.23 21.24 27.71 -
YUV 129.24 134.64 171.34 -
System Red Green Blue C M Y K H S L
Decimal 190 96 141 0 0.49 0.26 0.25 331.28 0.42 0.56
Hex BE 60 8D 0 31 1A 19 14B 2A 38
Octal 276 140 215 0 61 32 31 513 52 70
Binary 10111110 1100000 10001101 0 110001 11010 11001 101001011 101010 111000

Color Harmonies of #BE608D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE608D

Black with #BE608D

Text Example


Text Example

White with #BE608D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE608D; }

 p { color: rgb(190,96,141); }

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

background-color css

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

 a { background-color: rgb(190,96,141); }

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

border-color css

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

 span { border-color: rgb(190,96,141); }

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