Html Css Color HEX #BE638D Hopbush

📋 copy color: '#BE638D'

red 190 ◦ green 99 ◦ blue 141

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

Shades of Hopbush #BE638D

Tints of Hopbush #BE638D

RGB

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

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

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

R = 44.19%
G = 23.02%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#BE638D (or 0xBE638D) is known color: Hopbush. HEX triplet: BE, 63 and 8D. RGB value is (190,99,141). Sum of RGB (Red+Green+Blue) = 190+99+141=430 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.19% from 430); Green value is 99 (39.06% from 255 or 23.02% from 430); Blue value is 141 (55.47% from 255 or 32.79% from 430); Max value from RGB is 190 - color contains mainly: red. Hex color #BE638D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE638D is #419C72. Grayscale: #828282. Windows color (decimal): -4299891 or 9266110. OLE color: 9266110.

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

Color convert

RGB 190 99 141 -
CMYK 0 0.48 0.26 0.25
HSL 332.31º 0.41% 0.57% -
HSV(B) 332.31º 0.48% 0.75% -
XYZ 30.5 21.79 27.8 -
YUV 131 133.65 170.08 -
System Red Green Blue C M Y K H S L
Decimal 190 99 141 0 0.48 0.26 0.25 332.31 0.41 0.57
Hex BE 63 8D 0 30 1A 19 14C 29 39
Octal 276 143 215 0 60 32 31 514 51 71
Binary 10111110 1100011 10001101 0 110000 11010 11001 101001100 101001 111001

Color Harmonies of #BE638D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE638D

Black with #BE638D

Text Example


Text Example

White with #BE638D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE638D; }

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

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

background-color css

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

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

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

border-color css

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

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

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