Html Css Color HEX #B25CBE Fuchsia

📋 copy color: '#B25CBE'

red 178 ◦ green 92 ◦ blue 190

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

Shades of Fuchsia #B25CBE

Tints of Fuchsia #B25CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.3%

R = 38.7%
G = 20%
B = 41.3%

CMYK

 C value IS 0.06

 M value IS 0.52

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B25CBE (or 0xB25CBE) is known color: Fuchsia. HEX triplet: B2, 5C and BE. RGB value is (178,92,190). Sum of RGB (Red+Green+Blue) = 178+92+190=460 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.70% from 460); Green value is 92 (36.33% from 255 or 20% from 460); Blue value is 190 (74.61% from 255 or 41.30% from 460); Max value from RGB is 190 - color contains mainly: blue. Hex color #B25CBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B25CBE is #4DA341. Grayscale: #808080. Windows color (decimal): -5088066 or 12475570. OLE color: 12475570.

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

Color convert

RGB 178 92 190 -
CMYK 0.06 0.52 0 0.25
HSL 292.65º 0.43% 0.55% -
HSV(B) 292.65º 0.52% 0.75% -
XYZ 31.48 20.84 51.08 -
YUV 128.89 162.49 163.03 -
System Red Green Blue C M Y K H S L
Decimal 178 92 190 0.06 0.52 0 0.25 292.65 0.43 0.55
Hex B2 5C BE 6 34 0 19 125 2B 37
Octal 262 134 276 6 64 0 31 445 53 67
Binary 10110010 1011100 10111110 110 110100 0 11001 100100101 101011 110111

Color Harmonies of #B25CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25CBE

Black with #B25CBE

Text Example


Text Example

White with #B25CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25CBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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