Html Css Color HEX #B962BC Fuchsia

📋 copy color: '#B962BC'

red 185 ◦ green 98 ◦ blue 188

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

Shades of Fuchsia #B962BC

Tints of Fuchsia #B962BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 39.92%

R = 39.28%
G = 20.81%
B = 39.92%

CMYK

 C value IS 0.02

 M value IS 0.48

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B962BC (or 0xB962BC) is known color: Fuchsia. HEX triplet: B9, 62 and BC. RGB value is (185,98,188). Sum of RGB (Red+Green+Blue) = 185+98+188=471 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.28% from 471); Green value is 98 (38.67% from 255 or 20.81% from 471); Blue value is 188 (73.83% from 255 or 39.92% from 471); Max value from RGB is 188 - color contains mainly: blue. Hex color #B962BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B962BC is #469D43. Grayscale: #868686. Windows color (decimal): -4627780 or 12346041. OLE color: 12346041.

HSL color Cylindrical-coordinate representation of color #B962BC: hue angle of 298º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B962BC is Cyan = 0.02, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 185 98 188 -
CMYK 0.02 0.48 0 0.26
HSL 298º 0.4% 0.56% -
HSV(B) 298º 0.48% 0.74% -
XYZ 33.45 22.68 50.19 -
YUV 134.27 158.32 164.18 -
System Red Green Blue C M Y K H S L
Decimal 185 98 188 0.02 0.48 0 0.26 298 0.4 0.56
Hex B9 62 BC 2 30 0 1A 12A 28 38
Octal 271 142 274 2 60 0 32 452 50 70
Binary 10111001 1100010 10111100 10 110000 0 11010 100101010 101000 111000

Color Harmonies of #B962BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B962BC

Black with #B962BC

Text Example


Text Example

White with #B962BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B962BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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