Html Css Color HEX #B638A8 Fuchsia

📋 copy color: '#B638A8'

red 182 ◦ green 56 ◦ blue 168

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

Shades of Fuchsia #B638A8

Tints of Fuchsia #B638A8

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.79%

 BLUE value IS 168 (66.02% from 255) = 41.38%

R = 44.83%
G = 13.79%
B = 41.38%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.08

 K value IS 0.29

RGB Variations

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

Color information

#B638A8 (or 0xB638A8) is known color: Fuchsia. HEX triplet: B6, 38 and A8. RGB value is (182,56,168). Sum of RGB (Red+Green+Blue) = 182+56+168=406 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.83% from 406); Green value is 56 (22.27% from 255 or 13.79% from 406); Blue value is 168 (66.02% from 255 or 41.38% from 406); Max value from RGB is 182 - color contains mainly: red. Hex color #B638A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B638A8 is #49C757. Grayscale: #6A6A6A. Windows color (decimal): -4835160 or 11024566. OLE color: 11024566.

HSL color Cylindrical-coordinate representation of color #B638A8: hue angle of 306.67º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B638A8 is Cyan = 0, Magento = 0.69, Yellow = 0.08 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 56 168 -
CMYK 0 0.69 0.08 0.29
HSL 306.67º 0.53% 0.47% -
HSV(B) 306.67º 0.69% 0.71% -
XYZ 27.77 15.6 38.59 -
YUV 106.44 162.74 181.89 -
System Red Green Blue C M Y K H S L
Decimal 182 56 168 0 0.69 0.08 0.29 306.67 0.53 0.47
Hex B6 38 A8 0 45 8 1D 133 35 2F
Octal 266 70 250 0 105 10 35 463 65 57
Binary 10110110 111000 10101000 0 1000101 1000 11101 100110011 110101 101111

Color Harmonies of #B638A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B638A8

Black with #B638A8

Text Example


Text Example

White with #B638A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B638A8; }

 p { color: rgb(182,56,168); }

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

background-color css

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

 a { background-color: rgb(182,56,168); }

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

border-color css

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

 span { border-color: rgb(182,56,168); }

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