Html Css Color HEX #B635B2 Fuchsia

📋 copy color: '#B635B2'

red 182 ◦ green 53 ◦ blue 178

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

Shades of Fuchsia #B635B2

Tints of Fuchsia #B635B2

RGB

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

 GREEN value IS 53 (21.09% from 255) = 12.83%

 BLUE value IS 178 (69.92% from 255) = 43.1%

R = 44.07%
G = 12.83%
B = 43.1%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#B635B2 (or 0xB635B2) is known color: Fuchsia. HEX triplet: B6, 35 and B2. RGB value is (182,53,178). Sum of RGB (Red+Green+Blue) = 182+53+178=413 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.07% from 413); Green value is 53 (21.09% from 255 or 12.83% from 413); Blue value is 178 (69.92% from 255 or 43.10% from 413); Max value from RGB is 182 - color contains mainly: red. Hex color #B635B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B635B2 is #49CA4D. Grayscale: #696969. Windows color (decimal): -4835918 or 11679158. OLE color: 11679158.

HSL color Cylindrical-coordinate representation of color #B635B2: hue angle of 301.86º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B635B2 is Cyan = 0, Magento = 0.71, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 53 178 -
CMYK 0 0.71 0.02 0.29
HSL 301.86º 0.55% 0.46% -
HSV(B) 301.86º 0.71% 0.71% -
XYZ 28.6 15.71 43.64 -
YUV 105.82 168.74 182.34 -
System Red Green Blue C M Y K H S L
Decimal 182 53 178 0 0.71 0.02 0.29 301.86 0.55 0.46
Hex B6 35 B2 0 47 2 1D 12E 37 2E
Octal 266 65 262 0 107 2 35 456 67 56
Binary 10110110 110101 10110010 0 1000111 10 11101 100101110 110111 101110

Color Harmonies of #B635B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B635B2

Black with #B635B2

Text Example


Text Example

White with #B635B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B635B2; }

 p { color: rgb(182,53,178); }

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

background-color css

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

 a { background-color: rgb(182,53,178); }

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

border-color css

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

 span { border-color: rgb(182,53,178); }

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