Html Css Color HEX #B64DBE Fuchsia

📋 copy color: '#B64DBE'

red 182 ◦ green 77 ◦ blue 190

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

Shades of Fuchsia #B64DBE

Tints of Fuchsia #B64DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 42.32%

R = 40.53%
G = 17.15%
B = 42.32%

CMYK

 C value IS 0.04

 M value IS 0.59

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B64DBE (or 0xB64DBE) is known color: Fuchsia. HEX triplet: B6, 4D and BE. RGB value is (182,77,190). Sum of RGB (Red+Green+Blue) = 182+77+190=449 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.53% from 449); Green value is 77 (30.47% from 255 or 17.15% from 449); Blue value is 190 (74.61% from 255 or 42.32% from 449); Max value from RGB is 190 - color contains mainly: blue. Hex color #B64DBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B64DBE is #49B241. Grayscale: #787878. Windows color (decimal): -4829762 or 12471734. OLE color: 12471734.

HSL color Cylindrical-coordinate representation of color #B64DBE: hue angle of 295.75º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B64DBE is Cyan = 0.04, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 182 77 190 -
CMYK 0.04 0.59 0 0.25
HSL 295.75º 0.47% 0.52% -
HSV(B) 295.75º 0.59% 0.75% -
XYZ 31.24 18.97 50.73 -
YUV 121.28 166.79 171.31 -
System Red Green Blue C M Y K H S L
Decimal 182 77 190 0.04 0.59 0 0.25 295.75 0.47 0.52
Hex B6 4D BE 4 3B 0 19 128 2F 34
Octal 266 115 276 4 73 0 31 450 57 64
Binary 10110110 1001101 10111110 100 111011 0 11001 100101000 101111 110100

Color Harmonies of #B64DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64DBE

Black with #B64DBE

Text Example


Text Example

White with #B64DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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