Html Css Color HEX #B64DB5 Fuchsia

📋 copy color: '#B64DB5'

red 182 ◦ green 77 ◦ blue 181

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

Shades of Fuchsia #B64DB5

Tints of Fuchsia #B64DB5

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.5%

 BLUE value IS 181 (71.09% from 255) = 41.14%

R = 41.36%
G = 17.5%
B = 41.14%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#B64DB5 (or 0xB64DB5) is known color: Fuchsia. HEX triplet: B6, 4D and B5. RGB value is (182,77,181). Sum of RGB (Red+Green+Blue) = 182+77+181=440 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.36% from 440); Green value is 77 (30.47% from 255 or 17.5% from 440); Blue value is 181 (71.09% from 255 or 41.14% from 440); Max value from RGB is 182 - color contains mainly: red. Hex color #B64DB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B64DB5 is #49B24A. Grayscale: #777777. Windows color (decimal): -4829771 or 11881910. OLE color: 11881910.

HSL color Cylindrical-coordinate representation of color #B64DB5: hue angle of 300.57º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B64DB5 is Cyan = 0, Magento = 0.58, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 77 181 -
CMYK 0 0.58 0.01 0.29
HSL 300.57º 0.42% 0.51% -
HSV(B) 300.57º 0.58% 0.71% -
XYZ 30.29 18.59 45.71 -
YUV 120.25 162.29 172.04 -
System Red Green Blue C M Y K H S L
Decimal 182 77 181 0 0.58 0.01 0.29 300.57 0.42 0.51
Hex B6 4D B5 0 3A 1 1D 12D 2A 33
Octal 266 115 265 0 72 1 35 455 52 63
Binary 10110110 1001101 10110101 0 111010 1 11101 100101101 101010 110011

Color Harmonies of #B64DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64DB5

Black with #B64DB5

Text Example


Text Example

White with #B64DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64DB5; }

 p { color: rgb(182,77,181); }

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

background-color css

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

 a { background-color: rgb(182,77,181); }

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

border-color css

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

 span { border-color: rgb(182,77,181); }

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