Html Css Color HEX #B038BC Fuchsia

📋 copy color: '#B038BC'

red 176 ◦ green 56 ◦ blue 188

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

Shades of Fuchsia #B038BC

Tints of Fuchsia #B038BC

RGB

 RED value IS 176 (69.14% from 255) = 41.9%

 GREEN value IS 56 (22.27% from 255) = 13.33%

 BLUE value IS 188 (73.83% from 255) = 44.76%

R = 41.9%
G = 13.33%
B = 44.76%

CMYK

 C value IS 0.06

 M value IS 0.70

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B038BC (or 0xB038BC) is known color: Fuchsia. HEX triplet: B0, 38 and BC. RGB value is (176,56,188). Sum of RGB (Red+Green+Blue) = 176+56+188=420 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.90% from 420); Green value is 56 (22.27% from 255 or 13.33% from 420); Blue value is 188 (73.83% from 255 or 44.76% from 420); Max value from RGB is 188 - color contains mainly: blue. Hex color #B038BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B038BC is #4FC743. Grayscale: #6A6A6A. Windows color (decimal): -5228356 or 12335280. OLE color: 12335280.

HSL color Cylindrical-coordinate representation of color #B038BC: hue angle of 294.55º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B038BC is Cyan = 0.06, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 176 56 188 -
CMYK 0.06 0.70 0 0.26
HSL 294.55º 0.54% 0.48% -
HSV(B) 294.55º 0.7% 0.74% -
XYZ 28.4 15.69 49.11 -
YUV 106.93 173.76 177.27 -
System Red Green Blue C M Y K H S L
Decimal 176 56 188 0.06 0.70 0 0.26 294.55 0.54 0.48
Hex B0 38 BC 6 46 0 1A 127 36 30
Octal 260 70 274 6 106 0 32 447 66 60
Binary 10110000 111000 10111100 110 1000110 0 11010 100100111 110110 110000

Color Harmonies of #B038BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B038BC

Black with #B038BC

Text Example


Text Example

White with #B038BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B038BC; }

 p { color: rgb(176,56,188); }

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

background-color css

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

 a { background-color: rgb(176,56,188); }

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

border-color css

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

 span { border-color: rgb(176,56,188); }

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