Html Css Color HEX #B635BA Fuchsia

📋 copy color: '#B635BA'

red 182 ◦ green 53 ◦ blue 186

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

Shades of Fuchsia #B635BA

Tints of Fuchsia #B635BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 44.18%

R = 43.23%
G = 12.59%
B = 44.18%

CMYK

 C value IS 0.02

 M value IS 0.72

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B635BA (or 0xB635BA) is known color: Fuchsia. HEX triplet: B6, 35 and BA. RGB value is (182,53,186). Sum of RGB (Red+Green+Blue) = 182+53+186=421 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.23% from 421); Green value is 53 (21.09% from 255 or 12.59% from 421); Blue value is 186 (73.05% from 255 or 44.18% from 421); Max value from RGB is 186 - color contains mainly: blue. Hex color #B635BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B635BA is #49CA45. Grayscale: #6A6A6A. Windows color (decimal): -4835910 or 12203446. OLE color: 12203446.

HSL color Cylindrical-coordinate representation of color #B635BA: hue angle of 298.2º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B635BA is Cyan = 0.02, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 182 53 186 -
CMYK 0.02 0.72 0 0.27
HSL 298.2º 0.56% 0.47% -
HSV(B) 298.2º 0.72% 0.73% -
XYZ 29.43 16.04 48 -
YUV 106.73 172.74 181.69 -
System Red Green Blue C M Y K H S L
Decimal 182 53 186 0.02 0.72 0 0.27 298.2 0.56 0.47
Hex B6 35 BA 2 48 0 1B 12A 38 2F
Octal 266 65 272 2 110 0 33 452 70 57
Binary 10110110 110101 10111010 10 1001000 0 11011 100101010 111000 101111

Color Harmonies of #B635BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B635BA

Black with #B635BA

Text Example


Text Example

White with #B635BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B635BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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