Html Css Color HEX #B33CBF Fuchsia

📋 copy color: '#B33CBF'

red 179 ◦ green 60 ◦ blue 191

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

Shades of Fuchsia #B33CBF

Tints of Fuchsia #B33CBF

RGB

 RED value IS 179 (70.31% from 255) = 41.63%

 GREEN value IS 60 (23.83% from 255) = 13.95%

 BLUE value IS 191 (75% from 255) = 44.42%

R = 41.63%
G = 13.95%
B = 44.42%

CMYK

 C value IS 0.06

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B33CBF (or 0xB33CBF) is known color: Fuchsia. HEX triplet: B3, 3C and BF. RGB value is (179,60,191). Sum of RGB (Red+Green+Blue) = 179+60+191=430 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.63% from 430); Green value is 60 (23.83% from 255 or 13.95% from 430); Blue value is 191 (75% from 255 or 44.42% from 430); Max value from RGB is 191 - color contains mainly: blue. Hex color #B33CBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B33CBF is #4CC340. Grayscale: #6E6E6E. Windows color (decimal): -5030721 or 12532915. OLE color: 12532915.

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

Color convert

RGB 179 60 191 -
CMYK 0.06 0.69 0 0.25
HSL 294.5º 0.52% 0.49% -
HSV(B) 294.5º 0.69% 0.75% -
XYZ 29.61 16.58 50.93 -
YUV 110.52 173.42 176.85 -
System Red Green Blue C M Y K H S L
Decimal 179 60 191 0.06 0.69 0 0.25 294.5 0.52 0.49
Hex B3 3C BF 6 45 0 19 127 34 31
Octal 263 74 277 6 105 0 31 447 64 61
Binary 10110011 111100 10111111 110 1000101 0 11001 100100111 110100 110001

Color Harmonies of #B33CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33CBF

Black with #B33CBF

Text Example


Text Example

White with #B33CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33CBF; }

 p { color: rgb(179,60,191); }

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

background-color css

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

 a { background-color: rgb(179,60,191); }

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

border-color css

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

 span { border-color: rgb(179,60,191); }

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