Html Css Color HEX #B63CBF Fuchsia

📋 copy color: '#B63CBF'

red 182 ◦ green 60 ◦ blue 191

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

Shades of Fuchsia #B63CBF

Tints of Fuchsia #B63CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 44.11%

R = 42.03%
G = 13.86%
B = 44.11%

CMYK

 C value IS 0.05

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B63CBF (or 0xB63CBF) is known color: Fuchsia. HEX triplet: B6, 3C and BF. RGB value is (182,60,191). Sum of RGB (Red+Green+Blue) = 182+60+191=433 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.03% from 433); Green value is 60 (23.83% from 255 or 13.86% from 433); Blue value is 191 (75% from 255 or 44.11% from 433); Max value from RGB is 191 - color contains mainly: blue. Hex color #B63CBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B63CBF is #49C340. Grayscale: #6F6F6F. Windows color (decimal): -4834113 or 12532918. OLE color: 12532918.

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

Color convert

RGB 182 60 191 -
CMYK 0.05 0.69 0 0.25
HSL 295.88º 0.52% 0.49% -
HSV(B) 295.88º 0.69% 0.75% -
XYZ 30.31 16.94 50.96 -
YUV 111.41 172.92 178.35 -
System Red Green Blue C M Y K H S L
Decimal 182 60 191 0.05 0.69 0 0.25 295.88 0.52 0.49
Hex B6 3C BF 5 45 0 19 128 34 31
Octal 266 74 277 5 105 0 31 450 64 61
Binary 10110110 111100 10111111 101 1000101 0 11001 100101000 110100 110001

Color Harmonies of #B63CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63CBF

Black with #B63CBF

Text Example


Text Example

White with #B63CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63CBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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