Html Css Color HEX #B25DBA Fuchsia

📋 copy color: '#B25DBA'

red 178 ◦ green 93 ◦ blue 186

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

Shades of Fuchsia #B25DBA

Tints of Fuchsia #B25DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 40.7%

R = 38.95%
G = 20.35%
B = 40.7%

CMYK

 C value IS 0.04

 M value IS 0.5

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B25DBA (or 0xB25DBA) is known color: Fuchsia. HEX triplet: B2, 5D and BA. RGB value is (178,93,186). Sum of RGB (Red+Green+Blue) = 178+93+186=457 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.95% from 457); Green value is 93 (36.72% from 255 or 20.35% from 457); Blue value is 186 (73.05% from 255 or 40.70% from 457); Max value from RGB is 186 - color contains mainly: blue. Hex color #B25DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B25DBA is #4DA245. Grayscale: #808080. Windows color (decimal): -5087814 or 12213682. OLE color: 12213682.

HSL color Cylindrical-coordinate representation of color #B25DBA: hue angle of 294.84º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B25DBA is Cyan = 0.04, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 178 93 186 -
CMYK 0.04 0.5 0 0.27
HSL 294.84º 0.4% 0.55% -
HSV(B) 294.84º 0.5% 0.73% -
XYZ 31.14 20.84 48.84 -
YUV 129.02 160.16 162.94 -
System Red Green Blue C M Y K H S L
Decimal 178 93 186 0.04 0.5 0 0.27 294.84 0.4 0.55
Hex B2 5D BA 4 32 0 1B 127 28 37
Octal 262 135 272 4 62 0 33 447 50 67
Binary 10110010 1011101 10111010 100 110010 0 11011 100100111 101000 110111

Color Harmonies of #B25DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25DBA

Black with #B25DBA

Text Example


Text Example

White with #B25DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25DBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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