Html Css Color HEX #B245BE Fuchsia

📋 copy color: '#B245BE'

red 178 ◦ green 69 ◦ blue 190

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

Shades of Fuchsia #B245BE

Tints of Fuchsia #B245BE

RGB

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

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

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

R = 40.73%
G = 15.79%
B = 43.48%

CMYK

 C value IS 0.06

 M value IS 0.64

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B245BE (or 0xB245BE) is known color: Fuchsia. HEX triplet: B2, 45 and BE. RGB value is (178,69,190). Sum of RGB (Red+Green+Blue) = 178+69+190=437 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.73% from 437); Green value is 69 (27.34% from 255 or 15.79% from 437); Blue value is 190 (74.61% from 255 or 43.48% from 437); Max value from RGB is 190 - color contains mainly: blue. Hex color #B245BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B245BE is #4DBA41. Grayscale: #737373. Windows color (decimal): -5093954 or 12469682. OLE color: 12469682.

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

Color convert

RGB 178 69 190 -
CMYK 0.06 0.64 0 0.25
HSL 294.05º 0.48% 0.51% -
HSV(B) 294.05º 0.64% 0.75% -
XYZ 29.78 17.44 50.51 -
YUV 115.39 170.11 172.66 -
System Red Green Blue C M Y K H S L
Decimal 178 69 190 0.06 0.64 0 0.25 294.05 0.48 0.51
Hex B2 45 BE 6 40 0 19 126 30 33
Octal 262 105 276 6 100 0 31 446 60 63
Binary 10110010 1000101 10111110 110 1000000 0 11001 100100110 110000 110011

Color Harmonies of #B245BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B245BE

Black with #B245BE

Text Example


Text Example

White with #B245BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B245BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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