Html Css Color HEX #B63CBE Fuchsia

📋 copy color: '#B63CBE'

red 182 ◦ green 60 ◦ blue 190

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

Shades of Fuchsia #B63CBE

Tints of Fuchsia #B63CBE

RGB

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

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

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

R = 42.13%
G = 13.89%
B = 43.98%

CMYK

 C value IS 0.04

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B63CBE (or 0xB63CBE) is known color: Fuchsia. HEX triplet: B6, 3C and BE. RGB value is (182,60,190). Sum of RGB (Red+Green+Blue) = 182+60+190=432 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.13% from 432); Green value is 60 (23.83% from 255 or 13.89% from 432); Blue value is 190 (74.61% from 255 or 43.98% from 432); Max value from RGB is 190 - color contains mainly: blue. Hex color #B63CBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B63CBE is #49C341. Grayscale: #6E6E6E. Windows color (decimal): -4834114 or 12467382. OLE color: 12467382.

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

Color convert

RGB 182 60 190 -
CMYK 0.04 0.68 0 0.25
HSL 296.31º 0.52% 0.49% -
HSV(B) 296.31º 0.68% 0.75% -
XYZ 30.2 16.89 50.38 -
YUV 111.3 172.42 178.43 -
System Red Green Blue C M Y K H S L
Decimal 182 60 190 0.04 0.68 0 0.25 296.31 0.52 0.49
Hex B6 3C BE 4 44 0 19 128 34 31
Octal 266 74 276 4 104 0 31 450 64 61
Binary 10110110 111100 10111110 100 1000100 0 11001 100101000 110100 110001

Color Harmonies of #B63CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63CBE

Black with #B63CBE

Text Example


Text Example

White with #B63CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63CBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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