Html Css Color HEX #B651BD Fuchsia

📋 copy color: '#B651BD'

red 182 ◦ green 81 ◦ blue 189

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

Shades of Fuchsia #B651BD

Tints of Fuchsia #B651BD

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.92%

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

R = 40.27%
G = 17.92%
B = 41.81%

CMYK

 C value IS 0.04

 M value IS 0.57

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B651BD (or 0xB651BD) is known color: Fuchsia. HEX triplet: B6, 51 and BD. RGB value is (182,81,189). Sum of RGB (Red+Green+Blue) = 182+81+189=452 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.27% from 452); Green value is 81 (32.03% from 255 or 17.92% from 452); Blue value is 189 (74.22% from 255 or 41.81% from 452); Max value from RGB is 189 - color contains mainly: blue. Hex color #B651BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B651BD is #49AE42. Grayscale: #7B7B7B. Windows color (decimal): -4828739 or 12407222. OLE color: 12407222.

HSL color Cylindrical-coordinate representation of color #B651BD: hue angle of 296.11º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B651BD is Cyan = 0.04, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 182 81 189 -
CMYK 0.04 0.57 0 0.26
HSL 296.11º 0.45% 0.53% -
HSV(B) 296.11º 0.57% 0.74% -
XYZ 31.42 19.5 50.25 -
YUV 123.51 164.96 169.72 -
System Red Green Blue C M Y K H S L
Decimal 182 81 189 0.04 0.57 0 0.26 296.11 0.45 0.53
Hex B6 51 BD 4 39 0 1A 128 2D 35
Octal 266 121 275 4 71 0 32 450 55 65
Binary 10110110 1010001 10111101 100 111001 0 11010 100101000 101101 110101

Color Harmonies of #B651BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B651BD

Black with #B651BD

Text Example


Text Example

White with #B651BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B651BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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