Html Css Color HEX #B635C0 Fuchsia

📋 copy color: '#B635C0'

red 182 ◦ green 53 ◦ blue 192

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

Shades of Fuchsia #B635C0

Tints of Fuchsia #B635C0

RGB

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

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

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

R = 42.62%
G = 12.41%
B = 44.96%

CMYK

 C value IS 0.05

 M value IS 0.72

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B635C0 (or 0xB635C0) is known color: Fuchsia. HEX triplet: B6, 35 and C0. RGB value is (182,53,192). Sum of RGB (Red+Green+Blue) = 182+53+192=427 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.62% from 427); Green value is 53 (21.09% from 255 or 12.41% from 427); Blue value is 192 (75.39% from 255 or 44.96% from 427); Max value from RGB is 192 - color contains mainly: blue. Hex color #B635C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B635C0 is #49CA3F. Grayscale: #6A6A6A. Windows color (decimal): -4835904 or 12596662. OLE color: 12596662.

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

Color convert

RGB 182 53 192 -
CMYK 0.05 0.72 0 0.25
HSL 295.68º 0.57% 0.48% -
HSV(B) 295.68º 0.72% 0.75% -
XYZ 30.08 16.3 51.43 -
YUV 107.42 175.74 181.2 -
System Red Green Blue C M Y K H S L
Decimal 182 53 192 0.05 0.72 0 0.25 295.68 0.57 0.48
Hex B6 35 C0 5 48 0 19 128 39 30
Octal 266 65 300 5 110 0 31 450 71 60
Binary 10110110 110101 11000000 101 1001000 0 11001 100101000 111001 110000

Color Harmonies of #B635C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B635C0

Black with #B635C0

Text Example


Text Example

White with #B635C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B635C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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