Html Css Color HEX #B63BBC Fuchsia

📋 copy color: '#B63BBC'

red 182 ◦ green 59 ◦ blue 188

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

Shades of Fuchsia #B63BBC

Tints of Fuchsia #B63BBC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.75%

 BLUE value IS 188 (73.83% from 255) = 43.82%

R = 42.42%
G = 13.75%
B = 43.82%

CMYK

 C value IS 0.03

 M value IS 0.69

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B63BBC (or 0xB63BBC) is known color: Fuchsia. HEX triplet: B6, 3B and BC. RGB value is (182,59,188). Sum of RGB (Red+Green+Blue) = 182+59+188=429 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.42% from 429); Green value is 59 (23.44% from 255 or 13.75% from 429); Blue value is 188 (73.83% from 255 or 43.82% from 429); Max value from RGB is 188 - color contains mainly: blue. Hex color #B63BBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B63BBC is #49C443. Grayscale: #6E6E6E. Windows color (decimal): -4834372 or 12336054. OLE color: 12336054.

HSL color Cylindrical-coordinate representation of color #B63BBC: hue angle of 297.21º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B63BBC is Cyan = 0.03, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 182 59 188 -
CMYK 0.03 0.69 0 0.26
HSL 297.21º 0.52% 0.48% -
HSV(B) 297.21º 0.69% 0.74% -
XYZ 29.93 16.7 49.22 -
YUV 110.48 171.75 179.01 -
System Red Green Blue C M Y K H S L
Decimal 182 59 188 0.03 0.69 0 0.26 297.21 0.52 0.48
Hex B6 3B BC 3 45 0 1A 129 34 30
Octal 266 73 274 3 105 0 32 451 64 60
Binary 10110110 111011 10111100 11 1000101 0 11010 100101001 110100 110000

Color Harmonies of #B63BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63BBC

Black with #B63BBC

Text Example


Text Example

White with #B63BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63BBC; }

 p { color: rgb(182,59,188); }

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

background-color css

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

 a { background-color: rgb(182,59,188); }

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

border-color css

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

 span { border-color: rgb(182,59,188); }

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