Html Css Color HEX #BE65B1 Fuchsia

📋 copy color: '#BE65B1'

red 190 ◦ green 101 ◦ blue 177

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

Shades of Fuchsia #BE65B1

Tints of Fuchsia #BE65B1

RGB

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

 GREEN value IS 101 (39.84% from 255) = 21.58%

 BLUE value IS 177 (69.53% from 255) = 37.82%

R = 40.6%
G = 21.58%
B = 37.82%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#BE65B1 (or 0xBE65B1) is known color: Fuchsia. HEX triplet: BE, 65 and B1. RGB value is (190,101,177). Sum of RGB (Red+Green+Blue) = 190+101+177=468 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.60% from 468); Green value is 101 (39.84% from 255 or 21.58% from 468); Blue value is 177 (69.53% from 255 or 37.82% from 468); Max value from RGB is 190 - color contains mainly: red. Hex color #BE65B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE65B1 is #419A4E. Grayscale: #888888. Windows color (decimal): -4299343 or 11625918. OLE color: 11625918.

HSL color Cylindrical-coordinate representation of color #BE65B1: hue angle of 308.76º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BE65B1 is Cyan = 0, Magento = 0.47, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 101 177 -
CMYK 0 0.47 0.07 0.25
HSL 308.76º 0.41% 0.57% -
HSV(B) 308.76º 0.47% 0.75% -
XYZ 33.82 23.43 44.33 -
YUV 136.28 150.99 166.32 -
System Red Green Blue C M Y K H S L
Decimal 190 101 177 0 0.47 0.07 0.25 308.76 0.41 0.57
Hex BE 65 B1 0 2F 7 19 135 29 39
Octal 276 145 261 0 57 7 31 465 51 71
Binary 10111110 1100101 10110001 0 101111 111 11001 100110101 101001 111001

Color Harmonies of #BE65B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE65B1

Black with #BE65B1

Text Example


Text Example

White with #BE65B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE65B1; }

 p { color: rgb(190,101,177); }

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

background-color css

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

 a { background-color: rgb(190,101,177); }

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

border-color css

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

 span { border-color: rgb(190,101,177); }

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