Html Css Color HEX #BE65B2 Fuchsia

📋 copy color: '#BE65B2'

red 190 ◦ green 101 ◦ blue 178

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

Shades of Fuchsia #BE65B2

Tints of Fuchsia #BE65B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 37.95%

R = 40.51%
G = 21.54%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#BE65B2 (or 0xBE65B2) is known color: Fuchsia. HEX triplet: BE, 65 and B2. RGB value is (190,101,178). Sum of RGB (Red+Green+Blue) = 190+101+178=469 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.51% from 469); Green value is 101 (39.84% from 255 or 21.54% from 469); Blue value is 178 (69.92% from 255 or 37.95% from 469); Max value from RGB is 190 - color contains mainly: red. Hex color #BE65B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE65B2 is #419A4D. Grayscale: #888888. Windows color (decimal): -4299342 or 11691454. OLE color: 11691454.

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

Color convert

RGB 190 101 178 -
CMYK 0 0.47 0.06 0.25
HSL 308.09º 0.41% 0.57% -
HSV(B) 308.09º 0.47% 0.75% -
XYZ 33.92 23.47 44.86 -
YUV 136.39 151.49 166.24 -
System Red Green Blue C M Y K H S L
Decimal 190 101 178 0 0.47 0.06 0.25 308.09 0.41 0.57
Hex BE 65 B2 0 2F 6 19 134 29 39
Octal 276 145 262 0 57 6 31 464 51 71
Binary 10111110 1100101 10110010 0 101111 110 11001 100110100 101001 111001

Color Harmonies of #BE65B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE65B2

Black with #BE65B2

Text Example


Text Example

White with #BE65B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE65B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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