Html Css Color HEX #B233BB Fuchsia

📋 copy color: '#B233BB'

red 178 ◦ green 51 ◦ blue 187

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

Shades of Fuchsia #B233BB

Tints of Fuchsia #B233BB

RGB

 RED value IS 178 (69.92% from 255) = 42.79%

 GREEN value IS 51 (20.31% from 255) = 12.26%

 BLUE value IS 187 (73.44% from 255) = 44.95%

R = 42.79%
G = 12.26%
B = 44.95%

CMYK

 C value IS 0.05

 M value IS 0.73

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B233BB (or 0xB233BB) is known color: Fuchsia. HEX triplet: B2, 33 and BB. RGB value is (178,51,187). Sum of RGB (Red+Green+Blue) = 178+51+187=416 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.79% from 416); Green value is 51 (20.31% from 255 or 12.26% from 416); Blue value is 187 (73.44% from 255 or 44.95% from 416); Max value from RGB is 187 - color contains mainly: blue. Hex color #B233BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B233BB is #4DCC44. Grayscale: #686868. Windows color (decimal): -5098565 or 12268466. OLE color: 12268466.

HSL color Cylindrical-coordinate representation of color #B233BB: hue angle of 296.03º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B233BB is Cyan = 0.05, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 178 51 187 -
CMYK 0.05 0.73 0 0.27
HSL 296.03º 0.57% 0.47% -
HSV(B) 296.03º 0.73% 0.73% -
XYZ 28.51 15.42 48.49 -
YUV 104.48 174.58 180.44 -
System Red Green Blue C M Y K H S L
Decimal 178 51 187 0.05 0.73 0 0.27 296.03 0.57 0.47
Hex B2 33 BB 5 49 0 1B 128 39 2F
Octal 262 63 273 5 111 0 33 450 71 57
Binary 10110010 110011 10111011 101 1001001 0 11011 100101000 111001 101111

Color Harmonies of #B233BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B233BB

Black with #B233BB

Text Example


Text Example

White with #B233BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B233BB; }

 p { color: rgb(178,51,187); }

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

background-color css

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

 a { background-color: rgb(178,51,187); }

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

border-color css

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

 span { border-color: rgb(178,51,187); }

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