Html Css Color HEX #B64DBB Fuchsia

📋 copy color: '#B64DBB'

red 182 ◦ green 77 ◦ blue 187

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

Shades of Fuchsia #B64DBB

Tints of Fuchsia #B64DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 41.93%

R = 40.81%
G = 17.26%
B = 41.93%

CMYK

 C value IS 0.03

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B64DBB (or 0xB64DBB) is known color: Fuchsia. HEX triplet: B6, 4D and BB. RGB value is (182,77,187). Sum of RGB (Red+Green+Blue) = 182+77+187=446 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.81% from 446); Green value is 77 (30.47% from 255 or 17.26% from 446); Blue value is 187 (73.44% from 255 or 41.93% from 446); Max value from RGB is 187 - color contains mainly: blue. Hex color #B64DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B64DBB is #49B244. Grayscale: #787878. Windows color (decimal): -4829765 or 12275126. OLE color: 12275126.

HSL color Cylindrical-coordinate representation of color #B64DBB: hue angle of 297.27º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B64DBB is Cyan = 0.03, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 182 77 187 -
CMYK 0.03 0.59 0 0.27
HSL 297.27º 0.45% 0.52% -
HSV(B) 297.27º 0.59% 0.73% -
XYZ 30.91 18.84 49.02 -
YUV 120.94 165.29 171.56 -
System Red Green Blue C M Y K H S L
Decimal 182 77 187 0.03 0.59 0 0.27 297.27 0.45 0.52
Hex B6 4D BB 3 3B 0 1B 129 2D 34
Octal 266 115 273 3 73 0 33 451 55 64
Binary 10110110 1001101 10111011 11 111011 0 11011 100101001 101101 110100

Color Harmonies of #B64DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64DBB

Black with #B64DBB

Text Example


Text Example

White with #B64DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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