Html Css Color HEX #B650B8 Fuchsia

📋 copy color: '#B650B8'

red 182 ◦ green 80 ◦ blue 184

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

Shades of Fuchsia #B650B8

Tints of Fuchsia #B650B8

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.94%

 BLUE value IS 184 (72.27% from 255) = 41.26%

R = 40.81%
G = 17.94%
B = 41.26%

CMYK

 C value IS 0.01

 M value IS 0.57

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B650B8 (or 0xB650B8) is known color: Fuchsia. HEX triplet: B6, 50 and B8. RGB value is (182,80,184). Sum of RGB (Red+Green+Blue) = 182+80+184=446 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.81% from 446); Green value is 80 (31.64% from 255 or 17.94% from 446); Blue value is 184 (72.27% from 255 or 41.26% from 446); Max value from RGB is 184 - color contains mainly: blue. Hex color #B650B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B650B8 is #49AF47. Grayscale: #7A7A7A. Windows color (decimal): -4829000 or 12079286. OLE color: 12079286.

HSL color Cylindrical-coordinate representation of color #B650B8: hue angle of 298.85º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B650B8 is Cyan = 0.01, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 182 80 184 -
CMYK 0.01 0.57 0 0.28
HSL 298.85º 0.42% 0.52% -
HSV(B) 298.85º 0.57% 0.72% -
XYZ 30.81 19.14 47.42 -
YUV 122.35 162.79 170.54 -
System Red Green Blue C M Y K H S L
Decimal 182 80 184 0.01 0.57 0 0.28 298.85 0.42 0.52
Hex B6 50 B8 1 39 0 1C 12B 2A 34
Octal 266 120 270 1 71 0 34 453 52 64
Binary 10110110 1010000 10111000 1 111001 0 11100 100101011 101010 110100

Color Harmonies of #B650B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B650B8

Black with #B650B8

Text Example


Text Example

White with #B650B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B650B8; }

 p { color: rgb(182,80,184); }

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

background-color css

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

 a { background-color: rgb(182,80,184); }

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

border-color css

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

 span { border-color: rgb(182,80,184); }

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