Html Css Color HEX #B245BB Fuchsia

📋 copy color: '#B245BB'

red 178 ◦ green 69 ◦ blue 187

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

Shades of Fuchsia #B245BB

Tints of Fuchsia #B245BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 43.09%

R = 41.01%
G = 15.9%
B = 43.09%

CMYK

 C value IS 0.05

 M value IS 0.63

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B245BB (or 0xB245BB) is known color: Fuchsia. HEX triplet: B2, 45 and BB. RGB value is (178,69,187). Sum of RGB (Red+Green+Blue) = 178+69+187=434 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.01% from 434); Green value is 69 (27.34% from 255 or 15.90% from 434); Blue value is 187 (73.44% from 255 or 43.09% from 434); Max value from RGB is 187 - color contains mainly: blue. Hex color #B245BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B245BB is #4DBA44. Grayscale: #727272. Windows color (decimal): -5093957 or 12273074. OLE color: 12273074.

HSL color Cylindrical-coordinate representation of color #B245BB: hue angle of 295.42º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B245BB is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 178 69 187 -
CMYK 0.05 0.63 0 0.27
HSL 295.42º 0.46% 0.5% -
HSV(B) 295.42º 0.63% 0.73% -
XYZ 29.46 17.31 48.8 -
YUV 115.04 168.61 172.91 -
System Red Green Blue C M Y K H S L
Decimal 178 69 187 0.05 0.63 0 0.27 295.42 0.46 0.5
Hex B2 45 BB 5 3F 0 1B 127 2E 32
Octal 262 105 273 5 77 0 33 447 56 62
Binary 10110010 1000101 10111011 101 111111 0 11011 100100111 101110 110010

Color Harmonies of #B245BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B245BB

Black with #B245BB

Text Example


Text Example

White with #B245BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B245BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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