Html Css Color HEX #B63CB9 Fuchsia

📋 copy color: '#B63CB9'

red 182 ◦ green 60 ◦ blue 185

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

Shades of Fuchsia #B63CB9

Tints of Fuchsia #B63CB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 43.33%

R = 42.62%
G = 14.05%
B = 43.33%

CMYK

 C value IS 0.02

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B63CB9 (or 0xB63CB9) is known color: Fuchsia. HEX triplet: B6, 3C and B9. RGB value is (182,60,185). Sum of RGB (Red+Green+Blue) = 182+60+185=427 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.62% from 427); Green value is 60 (23.83% from 255 or 14.05% from 427); Blue value is 185 (72.66% from 255 or 43.33% from 427); Max value from RGB is 185 - color contains mainly: blue. Hex color #B63CB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B63CB9 is #49C346. Grayscale: #6E6E6E. Windows color (decimal): -4834119 or 12139702. OLE color: 12139702.

HSL color Cylindrical-coordinate representation of color #B63CB9: hue angle of 298.56º 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 #B63CB9 is Cyan = 0.02, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 182 60 185 -
CMYK 0.02 0.68 0 0.27
HSL 298.56º 0.51% 0.48% -
HSV(B) 298.56º 0.68% 0.73% -
XYZ 29.66 16.68 47.55 -
YUV 110.73 169.92 178.84 -
System Red Green Blue C M Y K H S L
Decimal 182 60 185 0.02 0.68 0 0.27 298.56 0.51 0.48
Hex B6 3C B9 2 44 0 1B 12B 33 30
Octal 266 74 271 2 104 0 33 453 63 60
Binary 10110110 111100 10111001 10 1000100 0 11011 100101011 110011 110000

Color Harmonies of #B63CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63CB9

Black with #B63CB9

Text Example


Text Example

White with #B63CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63CB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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