Html Css Color HEX #B838B2 Fuchsia

📋 copy color: '#B838B2'

red 184 ◦ green 56 ◦ blue 178

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

Shades of Fuchsia #B838B2

Tints of Fuchsia #B838B2

RGB

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

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

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

R = 44.02%
G = 13.4%
B = 42.58%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.03

 K value IS 0.28

RGB Variations

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

Color information

#B838B2 (or 0xB838B2) is known color: Fuchsia. HEX triplet: B8, 38 and B2. RGB value is (184,56,178). Sum of RGB (Red+Green+Blue) = 184+56+178=418 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.02% from 418); Green value is 56 (22.27% from 255 or 13.40% from 418); Blue value is 178 (69.92% from 255 or 42.58% from 418); Max value from RGB is 184 - color contains mainly: red. Hex color #B838B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B838B2 is #47C74D. Grayscale: #6B6B6B. Windows color (decimal): -4704078 or 11679928. OLE color: 11679928.

HSL color Cylindrical-coordinate representation of color #B838B2: hue angle of 302.81º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B838B2 is Cyan = 0, Magento = 0.70, Yellow = 0.03 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 56 178 -
CMYK 0 0.70 0.03 0.28
HSL 302.81º 0.53% 0.47% -
HSV(B) 302.81º 0.7% 0.72% -
XYZ 29.22 16.23 43.71 -
YUV 108.18 167.41 182.08 -
System Red Green Blue C M Y K H S L
Decimal 184 56 178 0 0.70 0.03 0.28 302.81 0.53 0.47
Hex B8 38 B2 0 46 3 1C 12F 35 2F
Octal 270 70 262 0 106 3 34 457 65 57
Binary 10111000 111000 10110010 0 1000110 11 11100 100101111 110101 101111

Color Harmonies of #B838B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B838B2

Black with #B838B2

Text Example


Text Example

White with #B838B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B838B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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