Html Css Color HEX #B33BBE Fuchsia

📋 copy color: '#B33BBE'

red 179 ◦ green 59 ◦ blue 190

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

Shades of Fuchsia #B33BBE

Tints of Fuchsia #B33BBE

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.79%

 BLUE value IS 190 (74.61% from 255) = 44.39%

R = 41.82%
G = 13.79%
B = 44.39%

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

#B33BBE (or 0xB33BBE) is known color: Fuchsia. HEX triplet: B3, 3B and BE. RGB value is (179,59,190). Sum of RGB (Red+Green+Blue) = 179+59+190=428 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.82% from 428); Green value is 59 (23.44% from 255 or 13.79% from 428); Blue value is 190 (74.61% from 255 or 44.39% from 428); Max value from RGB is 190 - color contains mainly: blue. Hex color #B33BBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B33BBE is #4CC441. Grayscale: #6D6D6D. Windows color (decimal): -5030978 or 12467123. OLE color: 12467123.

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

Color convert

RGB 179 59 190 -
CMYK 0.06 0.69 0 0.25
HSL 294.96º 0.53% 0.49% -
HSV(B) 294.96º 0.69% 0.75% -
XYZ 29.45 16.43 50.33 -
YUV 109.81 173.26 177.35 -
System Red Green Blue C M Y K H S L
Decimal 179 59 190 0.06 0.69 0 0.25 294.96 0.53 0.49
Hex B3 3B BE 6 45 0 19 127 35 31
Octal 263 73 276 6 105 0 31 447 65 61
Binary 10110011 111011 10111110 110 1000101 0 11001 100100111 110101 110001

Color Harmonies of #B33BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33BBE

Black with #B33BBE

Text Example


Text Example

White with #B33BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33BBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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