Html Css Color HEX #B648C2 Fuchsia

📋 copy color: '#B648C2'

red 182 ◦ green 72 ◦ blue 194

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

Shades of Fuchsia #B648C2

Tints of Fuchsia #B648C2

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.07%

 BLUE value IS 194 (76.17% from 255) = 43.3%

R = 40.63%
G = 16.07%
B = 43.3%

CMYK

 C value IS 0.06

 M value IS 0.63

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B648C2 (or 0xB648C2) is known color: Fuchsia. HEX triplet: B6, 48 and C2. RGB value is (182,72,194). Sum of RGB (Red+Green+Blue) = 182+72+194=448 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.62% from 448); Green value is 72 (28.52% from 255 or 16.07% from 448); Blue value is 194 (76.17% from 255 or 43.30% from 448); Max value from RGB is 194 - color contains mainly: blue. Hex color #B648C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B648C2 is #49B73D. Grayscale: #767676. Windows color (decimal): -4831038 or 12732598. OLE color: 12732598.

HSL color Cylindrical-coordinate representation of color #B648C2: hue angle of 294.1º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B648C2 is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 182 72 194 -
CMYK 0.06 0.63 0 0.24
HSL 294.1º 0.5% 0.52% -
HSV(B) 294.1º 0.63% 0.76% -
XYZ 31.35 18.47 52.95 -
YUV 118.8 170.44 173.08 -
System Red Green Blue C M Y K H S L
Decimal 182 72 194 0.06 0.63 0 0.24 294.1 0.5 0.52
Hex B6 48 C2 6 3F 0 18 126 32 34
Octal 266 110 302 6 77 0 30 446 62 64
Binary 10110110 1001000 11000010 110 111111 0 11000 100100110 110010 110100

Color Harmonies of #B648C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B648C2

Black with #B648C2

Text Example


Text Example

White with #B648C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B648C2; }

 p { color: rgb(182,72,194); }

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

background-color css

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

 a { background-color: rgb(182,72,194); }

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

border-color css

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

 span { border-color: rgb(182,72,194); }

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