Html Css Color HEX #BE65B3 Fuchsia

📋 copy color: '#BE65B3'

red 190 ◦ green 101 ◦ blue 179

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

Shades of Fuchsia #BE65B3

Tints of Fuchsia #BE65B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 38.09%

R = 40.43%
G = 21.49%
B = 38.09%

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

#BE65B3 (or 0xBE65B3) is known color: Fuchsia. HEX triplet: BE, 65 and B3. RGB value is (190,101,179). Sum of RGB (Red+Green+Blue) = 190+101+179=470 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.43% from 470); Green value is 101 (39.84% from 255 or 21.49% from 470); Blue value is 179 (70.31% from 255 or 38.09% from 470); Max value from RGB is 190 - color contains mainly: red. Hex color #BE65B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE65B3 is #419A4C. Grayscale: #888888. Windows color (decimal): -4299341 or 11756990. OLE color: 11756990.

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

Color convert

RGB 190 101 179 -
CMYK 0 0.47 0.06 0.25
HSL 307.42º 0.41% 0.57% -
HSV(B) 307.42º 0.47% 0.75% -
XYZ 34.03 23.51 45.39 -
YUV 136.5 151.99 166.16 -
System Red Green Blue C M Y K H S L
Decimal 190 101 179 0 0.47 0.06 0.25 307.42 0.41 0.57
Hex BE 65 B3 0 2F 6 19 133 29 39
Octal 276 145 263 0 57 6 31 463 51 71
Binary 10111110 1100101 10110011 0 101111 110 11001 100110011 101001 111001

Color Harmonies of #BE65B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE65B3

Black with #BE65B3

Text Example


Text Example

White with #BE65B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE65B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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