Html Css Color HEX #B64CBE Fuchsia

📋 copy color: '#B64CBE'

red 182 ◦ green 76 ◦ blue 190

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

Shades of Fuchsia #B64CBE

Tints of Fuchsia #B64CBE

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.96%

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

R = 40.63%
G = 16.96%
B = 42.41%

CMYK

 C value IS 0.04

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B64CBE (or 0xB64CBE) is known color: Fuchsia. HEX triplet: B6, 4C and BE. RGB value is (182,76,190). Sum of RGB (Red+Green+Blue) = 182+76+190=448 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.62% from 448); Green value is 76 (30.08% from 255 or 16.96% from 448); Blue value is 190 (74.61% from 255 or 42.41% from 448); Max value from RGB is 190 - color contains mainly: blue. Hex color #B64CBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B64CBE is #49B341. Grayscale: #787878. Windows color (decimal): -4830018 or 12471478. OLE color: 12471478.

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

Color convert

RGB 182 76 190 -
CMYK 0.04 0.60 0 0.25
HSL 295.79º 0.47% 0.52% -
HSV(B) 295.79º 0.6% 0.75% -
XYZ 31.17 18.83 50.71 -
YUV 120.69 167.12 171.73 -
System Red Green Blue C M Y K H S L
Decimal 182 76 190 0.04 0.60 0 0.25 295.79 0.47 0.52
Hex B6 4C BE 4 3C 0 19 128 2F 34
Octal 266 114 276 4 74 0 31 450 57 64
Binary 10110110 1001100 10111110 100 111100 0 11001 100101000 101111 110100

Color Harmonies of #B64CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64CBE

Black with #B64CBE

Text Example


Text Example

White with #B64CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64CBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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