Html Css Color HEX #B25FC0 Fuchsia

📋 copy color: '#B25FC0'

red 178 ◦ green 95 ◦ blue 192

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

Shades of Fuchsia #B25FC0

Tints of Fuchsia #B25FC0

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.43%

 BLUE value IS 192 (75.39% from 255) = 41.29%

R = 38.28%
G = 20.43%
B = 41.29%

CMYK

 C value IS 0.07

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B25FC0 (or 0xB25FC0) is known color: Fuchsia. HEX triplet: B2, 5F and C0. RGB value is (178,95,192). Sum of RGB (Red+Green+Blue) = 178+95+192=465 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.28% from 465); Green value is 95 (37.5% from 255 or 20.43% from 465); Blue value is 192 (75.39% from 255 or 41.29% from 465); Max value from RGB is 192 - color contains mainly: blue. Hex color #B25FC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B25FC0 is #4DA03F. Grayscale: #828282. Windows color (decimal): -5087296 or 12607410. OLE color: 12607410.

HSL color Cylindrical-coordinate representation of color #B25FC0: hue angle of 291.34º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B25FC0 is Cyan = 0.07, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 178 95 192 -
CMYK 0.07 0.51 0 0.25
HSL 291.34º 0.43% 0.56% -
HSV(B) 291.34º 0.51% 0.75% -
XYZ 31.97 21.46 52.33 -
YUV 130.88 162.5 161.61 -
System Red Green Blue C M Y K H S L
Decimal 178 95 192 0.07 0.51 0 0.25 291.34 0.43 0.56
Hex B2 5F C0 7 33 0 19 123 2B 38
Octal 262 137 300 7 63 0 31 443 53 70
Binary 10110010 1011111 11000000 111 110011 0 11001 100100011 101011 111000

Color Harmonies of #B25FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25FC0

Black with #B25FC0

Text Example


Text Example

White with #B25FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25FC0; }

 p { color: rgb(178,95,192); }

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

background-color css

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

 a { background-color: rgb(178,95,192); }

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

border-color css

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

 span { border-color: rgb(178,95,192); }

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