Html Css Color HEX #B662BD Fuchsia

📋 copy color: '#B662BD'

red 182 ◦ green 98 ◦ blue 189

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

Shades of Fuchsia #B662BD

Tints of Fuchsia #B662BD

RGB

 RED value IS 182 (71.48% from 255) = 38.81%

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

 BLUE value IS 189 (74.22% from 255) = 40.3%

R = 38.81%
G = 20.9%
B = 40.3%

CMYK

 C value IS 0.04

 M value IS 0.48

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B662BD (or 0xB662BD) is known color: Fuchsia. HEX triplet: B6, 62 and BD. RGB value is (182,98,189). Sum of RGB (Red+Green+Blue) = 182+98+189=469 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.81% from 469); Green value is 98 (38.67% from 255 or 20.90% from 469); Blue value is 189 (74.22% from 255 or 40.30% from 469); Max value from RGB is 189 - color contains mainly: blue. Hex color #B662BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B662BD is #499D42. Grayscale: #858585. Windows color (decimal): -4824387 or 12411574. OLE color: 12411574.

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

Color convert

RGB 182 98 189 -
CMYK 0.04 0.48 0 0.26
HSL 295.38º 0.41% 0.56% -
HSV(B) 295.38º 0.48% 0.74% -
XYZ 32.84 22.35 50.73 -
YUV 133.49 159.33 162.6 -
System Red Green Blue C M Y K H S L
Decimal 182 98 189 0.04 0.48 0 0.26 295.38 0.41 0.56
Hex B6 62 BD 4 30 0 1A 127 29 38
Octal 266 142 275 4 60 0 32 447 51 70
Binary 10110110 1100010 10111101 100 110000 0 11010 100100111 101001 111000

Color Harmonies of #B662BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B662BD

Black with #B662BD

Text Example


Text Example

White with #B662BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B662BD; }

 p { color: rgb(182,98,189); }

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

background-color css

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

 a { background-color: rgb(182,98,189); }

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

border-color css

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

 span { border-color: rgb(182,98,189); }

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