Html Css Color HEX #BE69C2 Fuchsia

📋 copy color: '#BE69C2'

red 190 ◦ green 105 ◦ blue 194

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

Shades of Fuchsia #BE69C2

Tints of Fuchsia #BE69C2

RGB

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

 GREEN value IS 105 (41.41% from 255) = 21.47%

 BLUE value IS 194 (76.17% from 255) = 39.67%

R = 38.85%
G = 21.47%
B = 39.67%

CMYK

 C value IS 0.02

 M value IS 0.46

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BE69C2 (or 0xBE69C2) is known color: Fuchsia. HEX triplet: BE, 69 and C2. RGB value is (190,105,194). Sum of RGB (Red+Green+Blue) = 190+105+194=489 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.85% from 489); Green value is 105 (41.41% from 255 or 21.47% from 489); Blue value is 194 (76.17% from 255 or 39.67% from 489); Max value from RGB is 194 - color contains mainly: blue. Hex color #BE69C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE69C2 is #41963D. Grayscale: #8C8C8C. Windows color (decimal): -4298302 or 12741054. OLE color: 12741054.

HSL color Cylindrical-coordinate representation of color #BE69C2: hue angle of 297.3º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BE69C2 is Cyan = 0.02, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 190 105 194 -
CMYK 0.02 0.46 0 0.24
HSL 297.3º 0.42% 0.59% -
HSV(B) 297.3º 0.46% 0.76% -
XYZ 36.02 24.95 53.96 -
YUV 140.56 158.16 163.26 -
System Red Green Blue C M Y K H S L
Decimal 190 105 194 0.02 0.46 0 0.24 297.3 0.42 0.59
Hex BE 69 C2 2 2E 0 18 129 2A 3B
Octal 276 151 302 2 56 0 30 451 52 73
Binary 10111110 1101001 11000010 10 101110 0 11000 100101001 101010 111011

Color Harmonies of #BE69C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE69C2

Black with #BE69C2

Text Example


Text Example

White with #BE69C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE69C2; }

 p { color: rgb(190,105,194); }

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

background-color css

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

 a { background-color: rgb(190,105,194); }

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

border-color css

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

 span { border-color: rgb(190,105,194); }

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