Html Css Color HEX #B64BBE Fuchsia

📋 copy color: '#B64BBE'

red 182 ◦ green 75 ◦ blue 190

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

Shades of Fuchsia #B64BBE

Tints of Fuchsia #B64BBE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.78%

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

R = 40.72%
G = 16.78%
B = 42.51%

CMYK

 C value IS 0.04

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B64BBE (or 0xB64BBE) is known color: Fuchsia. HEX triplet: B6, 4B and BE. RGB value is (182,75,190). Sum of RGB (Red+Green+Blue) = 182+75+190=447 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.72% from 447); Green value is 75 (29.69% from 255 or 16.78% from 447); Blue value is 190 (74.61% from 255 or 42.51% from 447); Max value from RGB is 190 - color contains mainly: blue. Hex color #B64BBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B64BBE is #49B441. Grayscale: #777777. Windows color (decimal): -4830274 or 12471222. OLE color: 12471222.

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

Color convert

RGB 182 75 190 -
CMYK 0.04 0.61 0 0.25
HSL 295.83º 0.47% 0.52% -
HSV(B) 295.83º 0.61% 0.75% -
XYZ 31.1 18.69 50.68 -
YUV 120.1 167.45 172.15 -
System Red Green Blue C M Y K H S L
Decimal 182 75 190 0.04 0.61 0 0.25 295.83 0.47 0.52
Hex B6 4B BE 4 3D 0 19 128 2F 34
Octal 266 113 276 4 75 0 31 450 57 64
Binary 10110110 1001011 10111110 100 111101 0 11001 100101000 101111 110100

Color Harmonies of #B64BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64BBE

Black with #B64BBE

Text Example


Text Example

White with #B64BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64BBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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