Html Css Color HEX #B838BA Fuchsia

📋 copy color: '#B838BA'

red 184 ◦ green 56 ◦ blue 186

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

Shades of Fuchsia #B838BA

Tints of Fuchsia #B838BA

RGB

 RED value IS 184 (72.27% from 255) = 43.19%

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

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

R = 43.19%
G = 13.15%
B = 43.66%

CMYK

 C value IS 0.01

 M value IS 0.70

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B838BA (or 0xB838BA) is known color: Fuchsia. HEX triplet: B8, 38 and BA. RGB value is (184,56,186). Sum of RGB (Red+Green+Blue) = 184+56+186=426 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.19% from 426); Green value is 56 (22.27% from 255 or 13.15% from 426); Blue value is 186 (73.05% from 255 or 43.66% from 426); Max value from RGB is 186 - color contains mainly: blue. Hex color #B838BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B838BA is #47C745. Grayscale: #6C6C6C. Windows color (decimal): -4704070 or 12204216. OLE color: 12204216.

HSL color Cylindrical-coordinate representation of color #B838BA: hue angle of 299.08º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B838BA is Cyan = 0.01, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 184 56 186 -
CMYK 0.01 0.70 0 0.27
HSL 299.08º 0.54% 0.47% -
HSV(B) 299.08º 0.7% 0.73% -
XYZ 30.04 16.56 48.07 -
YUV 109.09 171.41 181.43 -
System Red Green Blue C M Y K H S L
Decimal 184 56 186 0.01 0.70 0 0.27 299.08 0.54 0.47
Hex B8 38 BA 1 46 0 1B 12B 36 2F
Octal 270 70 272 1 106 0 33 453 66 57
Binary 10111000 111000 10111010 1 1000110 0 11011 100101011 110110 101111

Color Harmonies of #B838BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B838BA

Black with #B838BA

Text Example


Text Example

White with #B838BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B838BA; }

 p { color: rgb(184,56,186); }

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

background-color css

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

 a { background-color: rgb(184,56,186); }

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

border-color css

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

 span { border-color: rgb(184,56,186); }

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