Html Css Color HEX #B038B2 Fuchsia

📋 copy color: '#B038B2'

red 176 ◦ green 56 ◦ blue 178

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

Shades of Fuchsia #B038B2

Tints of Fuchsia #B038B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 43.41%

R = 42.93%
G = 13.66%
B = 43.41%

CMYK

 C value IS 0.01

 M value IS 0.69

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#B038B2 (or 0xB038B2) is known color: Fuchsia. HEX triplet: B0, 38 and B2. RGB value is (176,56,178). Sum of RGB (Red+Green+Blue) = 176+56+178=410 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.93% from 410); Green value is 56 (22.27% from 255 or 13.66% from 410); Blue value is 178 (69.92% from 255 or 43.41% from 410); Max value from RGB is 178 - color contains mainly: blue. Hex color #B038B2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B038B2 is #4FC74D. Grayscale: #696969. Windows color (decimal): -5228366 or 11679920. OLE color: 11679920.

HSL color Cylindrical-coordinate representation of color #B038B2: hue angle of 299.02º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B038B2 is Cyan = 0.01, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 176 56 178 -
CMYK 0.01 0.69 0 0.30
HSL 299.02º 0.52% 0.46% -
HSV(B) 299.02º 0.69% 0.7% -
XYZ 27.35 15.27 43.63 -
YUV 105.79 168.76 178.08 -
System Red Green Blue C M Y K H S L
Decimal 176 56 178 0.01 0.69 0 0.30 299.02 0.52 0.46
Hex B0 38 B2 1 45 0 1E 12B 34 2E
Octal 260 70 262 1 105 0 36 453 64 56
Binary 10110000 111000 10110010 1 1000101 0 11110 100101011 110100 101110

Color Harmonies of #B038B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B038B2

Black with #B038B2

Text Example


Text Example

White with #B038B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B038B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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