Html Css Color HEX #B962B2 Fuchsia

📋 copy color: '#B962B2'

red 185 ◦ green 98 ◦ blue 178

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

Shades of Fuchsia #B962B2

Tints of Fuchsia #B962B2

RGB

 RED value IS 185 (72.66% from 255) = 40.13%

 GREEN value IS 98 (38.67% from 255) = 21.26%

 BLUE value IS 178 (69.92% from 255) = 38.61%

R = 40.13%
G = 21.26%
B = 38.61%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#B962B2 (or 0xB962B2) is known color: Fuchsia. HEX triplet: B9, 62 and B2. RGB value is (185,98,178). Sum of RGB (Red+Green+Blue) = 185+98+178=461 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.13% from 461); Green value is 98 (38.67% from 255 or 21.26% from 461); Blue value is 178 (69.92% from 255 or 38.61% from 461); Max value from RGB is 185 - color contains mainly: red. Hex color #B962B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B962B2 is #469D4D. Grayscale: #848484. Windows color (decimal): -4627790 or 11690681. OLE color: 11690681.

HSL color Cylindrical-coordinate representation of color #B962B2: hue angle of 304.83º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B962B2 is Cyan = 0, Magento = 0.47, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 98 178 -
CMYK 0 0.47 0.04 0.27
HSL 304.83º 0.38% 0.55% -
HSV(B) 304.83º 0.47% 0.73% -
XYZ 32.41 22.26 44.71 -
YUV 133.13 153.32 165 -
System Red Green Blue C M Y K H S L
Decimal 185 98 178 0 0.47 0.04 0.27 304.83 0.38 0.55
Hex B9 62 B2 0 2F 4 1B 131 26 37
Octal 271 142 262 0 57 4 33 461 46 67
Binary 10111001 1100010 10110010 0 101111 100 11011 100110001 100110 110111

Color Harmonies of #B962B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B962B2

Black with #B962B2

Text Example


Text Example

White with #B962B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B962B2; }

 p { color: rgb(185,98,178); }

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

background-color css

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

 a { background-color: rgb(185,98,178); }

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

border-color css

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

 span { border-color: rgb(185,98,178); }

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