Html Css Color HEX #BE6FA3 Bouquet

📋 copy color: '#BE6FA3'

red 190 ◦ green 111 ◦ blue 163

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

Shades of Bouquet #BE6FA3

Tints of Bouquet #BE6FA3

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.92%

 BLUE value IS 163 (64.06% from 255) = 35.13%

R = 40.95%
G = 23.92%
B = 35.13%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#BE6FA3 (or 0xBE6FA3) is known color: Bouquet. HEX triplet: BE, 6F and A3. RGB value is (190,111,163). Sum of RGB (Red+Green+Blue) = 190+111+163=464 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.95% from 464); Green value is 111 (43.75% from 255 or 23.92% from 464); Blue value is 163 (64.06% from 255 or 35.13% from 464); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6FA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6FA3 is #41905C. Grayscale: #8C8C8C. Windows color (decimal): -4296797 or 10710974. OLE color: 10710974.

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

Color convert

RGB 190 111 163 -
CMYK 0 0.42 0.14 0.25
HSL 320.51º 0.38% 0.59% -
HSV(B) 320.51º 0.42% 0.75% -
XYZ 33.53 24.96 37.7 -
YUV 140.55 140.67 163.27 -
System Red Green Blue C M Y K H S L
Decimal 190 111 163 0 0.42 0.14 0.25 320.51 0.38 0.59
Hex BE 6F A3 0 2A E 19 141 26 3B
Octal 276 157 243 0 52 16 31 501 46 73
Binary 10111110 1101111 10100011 0 101010 1110 11001 101000001 100110 111011

Color Harmonies of #BE6FA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6FA3

Black with #BE6FA3

Text Example


Text Example

White with #BE6FA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6FA3; }

 p { color: rgb(190,111,163); }

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

background-color css

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

 a { background-color: rgb(190,111,163); }

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

border-color css

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

 span { border-color: rgb(190,111,163); }

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