Html Css Color HEX #B63CB3 Fuchsia

📋 copy color: '#B63CB3'

red 182 ◦ green 60 ◦ blue 179

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

Shades of Fuchsia #B63CB3

Tints of Fuchsia #B63CB3

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.25%

 BLUE value IS 179 (70.31% from 255) = 42.52%

R = 43.23%
G = 14.25%
B = 42.52%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#B63CB3 (or 0xB63CB3) is known color: Fuchsia. HEX triplet: B6, 3C and B3. RGB value is (182,60,179). Sum of RGB (Red+Green+Blue) = 182+60+179=421 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.23% from 421); Green value is 60 (23.83% from 255 or 14.25% from 421); Blue value is 179 (70.31% from 255 or 42.52% from 421); Max value from RGB is 182 - color contains mainly: red. Hex color #B63CB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B63CB3 is #49C34C. Grayscale: #6D6D6D. Windows color (decimal): -4834125 or 11746486. OLE color: 11746486.

HSL color Cylindrical-coordinate representation of color #B63CB3: hue angle of 301.48º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B63CB3 is Cyan = 0, Magento = 0.67, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 60 179 -
CMYK 0 0.67 0.02 0.29
HSL 301.48º 0.5% 0.47% -
HSV(B) 301.48º 0.67% 0.71% -
XYZ 29.04 16.43 44.29 -
YUV 110.04 166.92 179.32 -
System Red Green Blue C M Y K H S L
Decimal 182 60 179 0 0.67 0.02 0.29 301.48 0.5 0.47
Hex B6 3C B3 0 43 2 1D 12D 32 2F
Octal 266 74 263 0 103 2 35 455 62 57
Binary 10110110 111100 10110011 0 1000011 10 11101 100101101 110010 101111

Color Harmonies of #B63CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63CB3

Black with #B63CB3

Text Example


Text Example

White with #B63CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63CB3; }

 p { color: rgb(182,60,179); }

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

background-color css

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

 a { background-color: rgb(182,60,179); }

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

border-color css

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

 span { border-color: rgb(182,60,179); }

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