Html Css Color HEX #B25DB6 Fuchsia

📋 copy color: '#B25DB6'

red 178 ◦ green 93 ◦ blue 182

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

Shades of Fuchsia #B25DB6

Tints of Fuchsia #B25DB6

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.53%

 BLUE value IS 182 (71.48% from 255) = 40.18%

R = 39.29%
G = 20.53%
B = 40.18%

CMYK

 C value IS 0.02

 M value IS 0.49

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B25DB6 (or 0xB25DB6) is known color: Fuchsia. HEX triplet: B2, 5D and B6. RGB value is (178,93,182). Sum of RGB (Red+Green+Blue) = 178+93+182=453 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.29% from 453); Green value is 93 (36.72% from 255 or 20.53% from 453); Blue value is 182 (71.48% from 255 or 40.18% from 453); Max value from RGB is 182 - color contains mainly: blue. Hex color #B25DB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B25DB6 is #4DA249. Grayscale: #808080. Windows color (decimal): -5087818 or 11951538. OLE color: 11951538.

HSL color Cylindrical-coordinate representation of color #B25DB6: hue angle of 297.3º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B25DB6 is Cyan = 0.02, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 178 93 182 -
CMYK 0.02 0.49 0 0.29
HSL 297.3º 0.38% 0.54% -
HSV(B) 297.3º 0.49% 0.71% -
XYZ 30.72 20.67 46.63 -
YUV 128.56 158.16 163.26 -
System Red Green Blue C M Y K H S L
Decimal 178 93 182 0.02 0.49 0 0.29 297.3 0.38 0.54
Hex B2 5D B6 2 31 0 1D 129 26 36
Octal 262 135 266 2 61 0 35 451 46 66
Binary 10110010 1011101 10110110 10 110001 0 11101 100101001 100110 110110

Color Harmonies of #B25DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25DB6

Black with #B25DB6

Text Example


Text Example

White with #B25DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25DB6; }

 p { color: rgb(178,93,182); }

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

background-color css

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

 a { background-color: rgb(178,93,182); }

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

border-color css

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

 span { border-color: rgb(178,93,182); }

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