Html Css Color HEX #BE609C Mulberry

📋 copy color: '#BE609C'

red 190 ◦ green 96 ◦ blue 156

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

Shades of Mulberry #BE609C

Tints of Mulberry #BE609C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 35.29%

R = 42.99%
G = 21.72%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#BE609C (or 0xBE609C) is known color: Mulberry. HEX triplet: BE, 60 and 9C. RGB value is (190,96,156). Sum of RGB (Red+Green+Blue) = 190+96+156=442 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.99% from 442); Green value is 96 (37.89% from 255 or 21.72% from 442); Blue value is 156 (61.33% from 255 or 35.29% from 442); Max value from RGB is 190 - color contains mainly: red. Hex color #BE609C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE609C is #419F63. Grayscale: #828282. Windows color (decimal): -4300644 or 10248382. OLE color: 10248382.

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

Color convert

RGB 190 96 156 -
CMYK 0 0.49 0.18 0.25
HSL 321.7º 0.42% 0.56% -
HSV(B) 321.7º 0.49% 0.75% -
XYZ 31.42 21.71 33.99 -
YUV 130.95 142.14 170.12 -
System Red Green Blue C M Y K H S L
Decimal 190 96 156 0 0.49 0.18 0.25 321.7 0.42 0.56
Hex BE 60 9C 0 31 12 19 142 2A 38
Octal 276 140 234 0 61 22 31 502 52 70
Binary 10111110 1100000 10011100 0 110001 10010 11001 101000010 101010 111000

Color Harmonies of #BE609C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE609C

Black with #BE609C

Text Example


Text Example

White with #BE609C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE609C; }

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

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

background-color css

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

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

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

border-color css

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

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

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