Html Css Color HEX #BE3FCB Fuchsia

📋 copy color: '#BE3FCB'

red 190 ◦ green 63 ◦ blue 203

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

Shades of Fuchsia #BE3FCB

Tints of Fuchsia #BE3FCB

RGB

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

 GREEN value IS 63 (25% from 255) = 13.82%

 BLUE value IS 203 (79.69% from 255) = 44.52%

R = 41.67%
G = 13.82%
B = 44.52%

CMYK

 C value IS 0.06

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BE3FCB (or 0xBE3FCB) is known color: Fuchsia. HEX triplet: BE, 3F and CB. RGB value is (190,63,203). Sum of RGB (Red+Green+Blue) = 190+63+203=456 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.67% from 456); Green value is 63 (25% from 255 or 13.82% from 456); Blue value is 203 (79.69% from 255 or 44.52% from 456); Max value from RGB is 203 - color contains mainly: blue. Hex color #BE3FCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE3FCB is #41C034. Grayscale: #747474. Windows color (decimal): -4309045 or 13320126. OLE color: 13320126.

HSL color Cylindrical-coordinate representation of color #BE3FCB: hue angle of 294.43º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BE3FCB is Cyan = 0.06, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 190 63 203 -
CMYK 0.06 0.69 0 0.20
HSL 294.43º 0.57% 0.52% -
HSV(B) 294.43º 0.69% 0.8% -
XYZ 33.79 18.81 58.35 -
YUV 116.93 176.58 180.12 -
System Red Green Blue C M Y K H S L
Decimal 190 63 203 0.06 0.69 0 0.20 294.43 0.57 0.52
Hex BE 3F CB 6 45 0 14 126 39 34
Octal 276 77 313 6 105 0 24 446 71 64
Binary 10111110 111111 11001011 110 1000101 0 10100 100100110 111001 110100

Color Harmonies of #BE3FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3FCB

Black with #BE3FCB

Text Example


Text Example

White with #BE3FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3FCB; }

 p { color: rgb(190,63,203); }

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

background-color css

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

 a { background-color: rgb(190,63,203); }

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

border-color css

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

 span { border-color: rgb(190,63,203); }

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