Html Css Color HEX #B630C0 Fuchsia

📋 copy color: '#B630C0'

red 182 ◦ green 48 ◦ blue 192

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

Shades of Fuchsia #B630C0

Tints of Fuchsia #B630C0

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.37%

 BLUE value IS 192 (75.39% from 255) = 45.5%

R = 43.13%
G = 11.37%
B = 45.5%

CMYK

 C value IS 0.05

 M value IS 0.75

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B630C0 (or 0xB630C0) is known color: Fuchsia. HEX triplet: B6, 30 and C0. RGB value is (182,48,192). Sum of RGB (Red+Green+Blue) = 182+48+192=422 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.13% from 422); Green value is 48 (19.14% from 255 or 11.37% from 422); Blue value is 192 (75.39% from 255 or 45.50% from 422); Max value from RGB is 192 - color contains mainly: blue. Hex color #B630C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B630C0 is #49CF3F. Grayscale: #686868. Windows color (decimal): -4837184 or 12595382. OLE color: 12595382.

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

Color convert

RGB 182 48 192 -
CMYK 0.05 0.75 0 0.25
HSL 295.83º 0.6% 0.47% -
HSV(B) 295.83º 0.75% 0.75% -
XYZ 29.86 15.86 51.36 -
YUV 104.48 177.39 183.29 -
System Red Green Blue C M Y K H S L
Decimal 182 48 192 0.05 0.75 0 0.25 295.83 0.6 0.47
Hex B6 30 C0 5 4B 0 19 128 3C 2F
Octal 266 60 300 5 113 0 31 450 74 57
Binary 10110110 110000 11000000 101 1001011 0 11001 100101000 111100 101111

Color Harmonies of #B630C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B630C0

Black with #B630C0

Text Example


Text Example

White with #B630C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B630C0; }

 p { color: rgb(182,48,192); }

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

background-color css

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

 a { background-color: rgb(182,48,192); }

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

border-color css

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

 span { border-color: rgb(182,48,192); }

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