Html Css Color HEX #BE75A8 Bouquet

📋 copy color: '#BE75A8'

red 190 ◦ green 117 ◦ blue 168

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

Shades of Bouquet #BE75A8

Tints of Bouquet #BE75A8

RGB

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

 GREEN value IS 117 (46.09% from 255) = 24.63%

 BLUE value IS 168 (66.02% from 255) = 35.37%

R = 40%
G = 24.63%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#BE75A8 (or 0xBE75A8) is known color: Bouquet. HEX triplet: BE, 75 and A8. RGB value is (190,117,168). Sum of RGB (Red+Green+Blue) = 190+117+168=475 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40% from 475); Green value is 117 (46.09% from 255 or 24.63% from 475); Blue value is 168 (66.02% from 255 or 35.37% from 475); Max value from RGB is 190 - color contains mainly: red. Hex color #BE75A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE75A8 is #418A57. Grayscale: #909090. Windows color (decimal): -4295256 or 11040190. OLE color: 11040190.

HSL color Cylindrical-coordinate representation of color #BE75A8: hue angle of 318.08º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BE75A8 is Cyan = 0, Magento = 0.38, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 117 168 -
CMYK 0 0.38 0.12 0.25
HSL 318.08º 0.36% 0.6% -
HSV(B) 318.08º 0.38% 0.75% -
XYZ 34.66 26.5 40.33 -
YUV 144.64 141.18 160.35 -
System Red Green Blue C M Y K H S L
Decimal 190 117 168 0 0.38 0.12 0.25 318.08 0.36 0.6
Hex BE 75 A8 0 26 C 19 13E 24 3C
Octal 276 165 250 0 46 14 31 476 44 74
Binary 10111110 1110101 10101000 0 100110 1100 11001 100111110 100100 111100

Color Harmonies of #BE75A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE75A8

Black with #BE75A8

Text Example


Text Example

White with #BE75A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE75A8; }

 p { color: rgb(190,117,168); }

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

background-color css

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

 a { background-color: rgb(190,117,168); }

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

border-color css

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

 span { border-color: rgb(190,117,168); }

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