Html Css Color HEX #B63CB2 Fuchsia

📋 copy color: '#B63CB2'

red 182 ◦ green 60 ◦ blue 178

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

Shades of Fuchsia #B63CB2

Tints of Fuchsia #B63CB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 42.38%

R = 43.33%
G = 14.29%
B = 42.38%

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

#B63CB2 (or 0xB63CB2) is known color: Fuchsia. HEX triplet: B6, 3C and B2. RGB value is (182,60,178). Sum of RGB (Red+Green+Blue) = 182+60+178=420 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.33% from 420); Green value is 60 (23.83% from 255 or 14.29% from 420); Blue value is 178 (69.92% from 255 or 42.38% from 420); Max value from RGB is 182 - color contains mainly: red. Hex color #B63CB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B63CB2 is #49C34D. Grayscale: #6D6D6D. Windows color (decimal): -4834126 or 11680950. OLE color: 11680950.

HSL color Cylindrical-coordinate representation of color #B63CB2: hue angle of 301.97º 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 #B63CB2 is Cyan = 0, Magento = 0.67, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 60 178 -
CMYK 0 0.67 0.02 0.29
HSL 301.97º 0.5% 0.47% -
HSV(B) 301.97º 0.67% 0.71% -
XYZ 28.94 16.39 43.76 -
YUV 109.93 166.42 179.41 -
System Red Green Blue C M Y K H S L
Decimal 182 60 178 0 0.67 0.02 0.29 301.97 0.5 0.47
Hex B6 3C B2 0 43 2 1D 12E 32 2F
Octal 266 74 262 0 103 2 35 456 62 57
Binary 10110110 111100 10110010 0 1000011 10 11101 100101110 110010 101111

Color Harmonies of #B63CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63CB2

Black with #B63CB2

Text Example


Text Example

White with #B63CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63CB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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