Html Css Color HEX #B63CBB Fuchsia

📋 copy color: '#B63CBB'

red 182 ◦ green 60 ◦ blue 187

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

Shades of Fuchsia #B63CBB

Tints of Fuchsia #B63CBB

RGB

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

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

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

R = 42.42%
G = 13.99%
B = 43.59%

CMYK

 C value IS 0.03

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B63CBB (or 0xB63CBB) is known color: Fuchsia. HEX triplet: B6, 3C and BB. RGB value is (182,60,187). Sum of RGB (Red+Green+Blue) = 182+60+187=429 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.42% from 429); Green value is 60 (23.83% from 255 or 13.99% from 429); Blue value is 187 (73.44% from 255 or 43.59% from 429); Max value from RGB is 187 - color contains mainly: blue. Hex color #B63CBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B63CBB is #49C344. Grayscale: #6E6E6E. Windows color (decimal): -4834117 or 12270774. OLE color: 12270774.

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

Color convert

RGB 182 60 187 -
CMYK 0.03 0.68 0 0.27
HSL 297.64º 0.51% 0.48% -
HSV(B) 297.64º 0.68% 0.73% -
XYZ 29.88 16.76 48.67 -
YUV 110.96 170.92 178.67 -
System Red Green Blue C M Y K H S L
Decimal 182 60 187 0.03 0.68 0 0.27 297.64 0.51 0.48
Hex B6 3C BB 3 44 0 1B 12A 33 30
Octal 266 74 273 3 104 0 33 452 63 60
Binary 10110110 111100 10111011 11 1000100 0 11011 100101010 110011 110000

Color Harmonies of #B63CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63CBB

Black with #B63CBB

Text Example


Text Example

White with #B63CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63CBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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