Html Css Color HEX #B25CBA Fuchsia

📋 copy color: '#B25CBA'

red 178 ◦ green 92 ◦ blue 186

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

Shades of Fuchsia #B25CBA

Tints of Fuchsia #B25CBA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.18%

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

R = 39.04%
G = 20.18%
B = 40.79%

CMYK

 C value IS 0.04

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B25CBA (or 0xB25CBA) is known color: Fuchsia. HEX triplet: B2, 5C and BA. RGB value is (178,92,186). Sum of RGB (Red+Green+Blue) = 178+92+186=456 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.04% from 456); Green value is 92 (36.33% from 255 or 20.18% from 456); Blue value is 186 (73.05% from 255 or 40.79% from 456); Max value from RGB is 186 - color contains mainly: blue. Hex color #B25CBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B25CBA is #4DA345. Grayscale: #808080. Windows color (decimal): -5088070 or 12213426. OLE color: 12213426.

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

Color convert

RGB 178 92 186 -
CMYK 0.04 0.51 0 0.27
HSL 294.89º 0.41% 0.55% -
HSV(B) 294.89º 0.51% 0.73% -
XYZ 31.05 20.66 48.81 -
YUV 128.43 160.49 163.36 -
System Red Green Blue C M Y K H S L
Decimal 178 92 186 0.04 0.51 0 0.27 294.89 0.41 0.55
Hex B2 5C BA 4 33 0 1B 127 29 37
Octal 262 134 272 4 63 0 33 447 51 67
Binary 10110010 1011100 10111010 100 110011 0 11011 100100111 101001 110111

Color Harmonies of #B25CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25CBA

Black with #B25CBA

Text Example


Text Example

White with #B25CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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