Html Css Color HEX #B245B4 Fuchsia

📋 copy color: '#B245B4'

red 178 ◦ green 69 ◦ blue 180

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

Shades of Fuchsia #B245B4

Tints of Fuchsia #B245B4

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.16%

 BLUE value IS 180 (70.7% from 255) = 42.15%

R = 41.69%
G = 16.16%
B = 42.15%

CMYK

 C value IS 0.01

 M value IS 0.62

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B245B4 (or 0xB245B4) is known color: Fuchsia. HEX triplet: B2, 45 and B4. RGB value is (178,69,180). Sum of RGB (Red+Green+Blue) = 178+69+180=427 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.69% from 427); Green value is 69 (27.34% from 255 or 16.16% from 427); Blue value is 180 (70.70% from 255 or 42.15% from 427); Max value from RGB is 180 - color contains mainly: blue. Hex color #B245B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B245B4 is #4DBA4B. Grayscale: #717171. Windows color (decimal): -5093964 or 11814322. OLE color: 11814322.

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

Color convert

RGB 178 69 180 -
CMYK 0.01 0.62 0 0.29
HSL 298.92º 0.45% 0.49% -
HSV(B) 298.92º 0.62% 0.71% -
XYZ 28.73 17.02 44.95 -
YUV 114.25 165.11 173.47 -
System Red Green Blue C M Y K H S L
Decimal 178 69 180 0.01 0.62 0 0.29 298.92 0.45 0.49
Hex B2 45 B4 1 3E 0 1D 12B 2D 31
Octal 262 105 264 1 76 0 35 453 55 61
Binary 10110010 1000101 10110100 1 111110 0 11101 100101011 101101 110001

Color Harmonies of #B245B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B245B4

Black with #B245B4

Text Example


Text Example

White with #B245B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B245B4; }

 p { color: rgb(178,69,180); }

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

background-color css

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

 a { background-color: rgb(178,69,180); }

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

border-color css

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

 span { border-color: rgb(178,69,180); }

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