Html Css Color HEX #BE75BB Fuchsia

📋 copy color: '#BE75BB'

red 190 ◦ green 117 ◦ blue 187

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

Shades of Fuchsia #BE75BB

Tints of Fuchsia #BE75BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 37.85%

R = 38.46%
G = 23.68%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#BE75BB (or 0xBE75BB) is known color: Fuchsia. HEX triplet: BE, 75 and BB. RGB value is (190,117,187). Sum of RGB (Red+Green+Blue) = 190+117+187=494 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.46% from 494); Green value is 117 (46.09% from 255 or 23.68% from 494); Blue value is 187 (73.44% from 255 or 37.85% from 494); Max value from RGB is 190 - color contains mainly: red. Hex color #BE75BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE75BB is #418A44. Grayscale: #929292. Windows color (decimal): -4295237 or 12285374. OLE color: 12285374.

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

Color convert

RGB 190 117 187 -
CMYK 0 0.38 0.02 0.25
HSL 302.47º 0.36% 0.6% -
HSV(B) 302.47º 0.38% 0.75% -
XYZ 36.57 27.26 50.35 -
YUV 146.81 150.68 158.81 -
System Red Green Blue C M Y K H S L
Decimal 190 117 187 0 0.38 0.02 0.25 302.47 0.36 0.6
Hex BE 75 BB 0 26 2 19 12E 24 3C
Octal 276 165 273 0 46 2 31 456 44 74
Binary 10111110 1110101 10111011 0 100110 10 11001 100101110 100100 111100

Color Harmonies of #BE75BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE75BB

Black with #BE75BB

Text Example


Text Example

White with #BE75BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE75BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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