Html Css Color HEX #B63FBB Fuchsia

📋 copy color: '#B63FBB'

red 182 ◦ green 63 ◦ blue 187

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

Shades of Fuchsia #B63FBB

Tints of Fuchsia #B63FBB

RGB

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

 GREEN value IS 63 (25% from 255) = 14.58%

 BLUE value IS 187 (73.44% from 255) = 43.29%

R = 42.13%
G = 14.58%
B = 43.29%

CMYK

 C value IS 0.03

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B63FBB (or 0xB63FBB) is known color: Fuchsia. HEX triplet: B6, 3F and BB. RGB value is (182,63,187). Sum of RGB (Red+Green+Blue) = 182+63+187=432 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.13% from 432); Green value is 63 (25% from 255 or 14.58% from 432); Blue value is 187 (73.44% from 255 or 43.29% from 432); Max value from RGB is 187 - color contains mainly: blue. Hex color #B63FBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B63FBB is #49C044. Grayscale: #707070. Windows color (decimal): -4833349 or 12271542. OLE color: 12271542.

HSL color Cylindrical-coordinate representation of color #B63FBB: hue angle of 297.58º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B63FBB is Cyan = 0.03, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 182 63 187 -
CMYK 0.03 0.66 0 0.27
HSL 297.58º 0.5% 0.49% -
HSV(B) 297.58º 0.66% 0.73% -
XYZ 30.04 17.09 48.73 -
YUV 112.72 169.92 177.42 -
System Red Green Blue C M Y K H S L
Decimal 182 63 187 0.03 0.66 0 0.27 297.58 0.5 0.49
Hex B6 3F BB 3 42 0 1B 12A 32 31
Octal 266 77 273 3 102 0 33 452 62 61
Binary 10110110 111111 10111011 11 1000010 0 11011 100101010 110010 110001

Color Harmonies of #B63FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63FBB

Black with #B63FBB

Text Example


Text Example

White with #B63FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63FBB; }

 p { color: rgb(182,63,187); }

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

background-color css

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

 a { background-color: rgb(182,63,187); }

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

border-color css

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

 span { border-color: rgb(182,63,187); }

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