Html Css Color HEX #B962B1 Fuchsia

📋 copy color: '#B962B1'

red 185 ◦ green 98 ◦ blue 177

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

Shades of Fuchsia #B962B1

Tints of Fuchsia #B962B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 38.48%

R = 40.22%
G = 21.3%
B = 38.48%

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

#B962B1 (or 0xB962B1) is known color: Fuchsia. HEX triplet: B9, 62 and B1. RGB value is (185,98,177). Sum of RGB (Red+Green+Blue) = 185+98+177=460 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.22% from 460); Green value is 98 (38.67% from 255 or 21.30% from 460); Blue value is 177 (69.53% from 255 or 38.48% from 460); Max value from RGB is 185 - color contains mainly: red. Hex color #B962B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B962B1 is #469D4E. Grayscale: #848484. Windows color (decimal): -4627791 or 11625145. OLE color: 11625145.

HSL color Cylindrical-coordinate representation of color #B962B1: hue angle of 305.52º 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 #B962B1 is Cyan = 0, Magento = 0.47, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 98 177 -
CMYK 0 0.47 0.04 0.27
HSL 305.52º 0.38% 0.55% -
HSV(B) 305.52º 0.47% 0.73% -
XYZ 32.31 22.22 44.18 -
YUV 133.02 152.82 165.08 -
System Red Green Blue C M Y K H S L
Decimal 185 98 177 0 0.47 0.04 0.27 305.52 0.38 0.55
Hex B9 62 B1 0 2F 4 1B 132 26 37
Octal 271 142 261 0 57 4 33 462 46 67
Binary 10111001 1100010 10110001 0 101111 100 11011 100110010 100110 110111

Color Harmonies of #B962B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B962B1

Black with #B962B1

Text Example


Text Example

White with #B962B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B962B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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