Html Css Color HEX #BE65B8 Fuchsia

📋 copy color: '#BE65B8'

red 190 ◦ green 101 ◦ blue 184

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

Shades of Fuchsia #BE65B8

Tints of Fuchsia #BE65B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 38.74%

R = 40%
G = 21.26%
B = 38.74%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#BE65B8 (or 0xBE65B8) is known color: Fuchsia. HEX triplet: BE, 65 and B8. RGB value is (190,101,184). Sum of RGB (Red+Green+Blue) = 190+101+184=475 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40% from 475); Green value is 101 (39.84% from 255 or 21.26% from 475); Blue value is 184 (72.27% from 255 or 38.74% from 475); Max value from RGB is 190 - color contains mainly: red. Hex color #BE65B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE65B8 is #419A47. Grayscale: #888888. Windows color (decimal): -4299336 or 12084670. OLE color: 12084670.

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

Color convert

RGB 190 101 184 -
CMYK 0 0.47 0.03 0.25
HSL 304.05º 0.41% 0.57% -
HSV(B) 304.05º 0.47% 0.75% -
XYZ 34.54 23.72 48.1 -
YUV 137.07 154.49 165.75 -
System Red Green Blue C M Y K H S L
Decimal 190 101 184 0 0.47 0.03 0.25 304.05 0.41 0.57
Hex BE 65 B8 0 2F 3 19 130 29 39
Octal 276 145 270 0 57 3 31 460 51 71
Binary 10111110 1100101 10111000 0 101111 11 11001 100110000 101001 111001

Color Harmonies of #BE65B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE65B8

Black with #BE65B8

Text Example


Text Example

White with #BE65B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE65B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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