Html Css Color HEX #BE65A7 Fuchsia

📋 copy color: '#BE65A7'

red 190 ◦ green 101 ◦ blue 167

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

Shades of Fuchsia #BE65A7

Tints of Fuchsia #BE65A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 36.46%

R = 41.48%
G = 22.05%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#BE65A7 (or 0xBE65A7) is known color: Fuchsia. HEX triplet: BE, 65 and A7. RGB value is (190,101,167). Sum of RGB (Red+Green+Blue) = 190+101+167=458 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.48% from 458); Green value is 101 (39.84% from 255 or 22.05% from 458); Blue value is 167 (65.62% from 255 or 36.46% from 458); Max value from RGB is 190 - color contains mainly: red. Hex color #BE65A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE65A7 is #419A58. Grayscale: #868686. Windows color (decimal): -4299353 or 10970558. OLE color: 10970558.

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

Color convert

RGB 190 101 167 -
CMYK 0 0.47 0.12 0.25
HSL 315.51º 0.41% 0.57% -
HSV(B) 315.51º 0.47% 0.75% -
XYZ 32.86 23.04 39.28 -
YUV 135.14 145.99 167.13 -
System Red Green Blue C M Y K H S L
Decimal 190 101 167 0 0.47 0.12 0.25 315.51 0.41 0.57
Hex BE 65 A7 0 2F C 19 13C 29 39
Octal 276 145 247 0 57 14 31 474 51 71
Binary 10111110 1100101 10100111 0 101111 1100 11001 100111100 101001 111001

Color Harmonies of #BE65A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE65A7

Black with #BE65A7

Text Example


Text Example

White with #BE65A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE65A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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