Html Css Color HEX #B762BC Fuchsia

📋 copy color: '#B762BC'

red 183 ◦ green 98 ◦ blue 188

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

Shades of Fuchsia #B762BC

Tints of Fuchsia #B762BC

RGB

 RED value IS 183 (71.88% from 255) = 39.02%

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

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

R = 39.02%
G = 20.9%
B = 40.09%

CMYK

 C value IS 0.03

 M value IS 0.48

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B762BC (or 0xB762BC) is known color: Fuchsia. HEX triplet: B7, 62 and BC. RGB value is (183,98,188). Sum of RGB (Red+Green+Blue) = 183+98+188=469 (62% of max value = 765). Red value is 183 (71.88% from 255 or 39.02% from 469); Green value is 98 (38.67% from 255 or 20.90% from 469); Blue value is 188 (73.83% from 255 or 40.09% from 469); Max value from RGB is 188 - color contains mainly: blue. Hex color #B762BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B762BC is #489D43. Grayscale: #858585. Windows color (decimal): -4758852 or 12346039. OLE color: 12346039.

HSL color Cylindrical-coordinate representation of color #B762BC: hue angle of 296.67º 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 #B762BC is Cyan = 0.03, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 183 98 188 -
CMYK 0.03 0.48 0 0.26
HSL 296.67º 0.4% 0.56% -
HSV(B) 296.67º 0.48% 0.74% -
XYZ 32.97 22.43 50.17 -
YUV 133.68 158.66 163.18 -
System Red Green Blue C M Y K H S L
Decimal 183 98 188 0.03 0.48 0 0.26 296.67 0.4 0.56
Hex B7 62 BC 3 30 0 1A 129 28 38
Octal 267 142 274 3 60 0 32 451 50 70
Binary 10110111 1100010 10111100 11 110000 0 11010 100101001 101000 111000

Color Harmonies of #B762BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B762BC

Black with #B762BC

Text Example


Text Example

White with #B762BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B762BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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