Html Css Color HEX #B838AF Fuchsia

📋 copy color: '#B838AF'

red 184 ◦ green 56 ◦ blue 175

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

Shades of Fuchsia #B838AF

Tints of Fuchsia #B838AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 42.17%

R = 44.34%
G = 13.49%
B = 42.17%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.05

 K value IS 0.28

RGB Variations

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

Color information

#B838AF (or 0xB838AF) is known color: Fuchsia. HEX triplet: B8, 38 and AF. RGB value is (184,56,175). Sum of RGB (Red+Green+Blue) = 184+56+175=415 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.34% from 415); Green value is 56 (22.27% from 255 or 13.49% from 415); Blue value is 175 (68.75% from 255 or 42.17% from 415); Max value from RGB is 184 - color contains mainly: red. Hex color #B838AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B838AF is #47C750. Grayscale: #6B6B6B. Windows color (decimal): -4704081 or 11483320. OLE color: 11483320.

HSL color Cylindrical-coordinate representation of color #B838AF: hue angle of 304.22º 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 #B838AF is Cyan = 0, Magento = 0.70, Yellow = 0.05 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 56 175 -
CMYK 0 0.70 0.05 0.28
HSL 304.22º 0.53% 0.47% -
HSV(B) 304.22º 0.7% 0.72% -
XYZ 28.92 16.11 42.14 -
YUV 107.84 165.91 182.32 -
System Red Green Blue C M Y K H S L
Decimal 184 56 175 0 0.70 0.05 0.28 304.22 0.53 0.47
Hex B8 38 AF 0 46 5 1C 130 35 2F
Octal 270 70 257 0 106 5 34 460 65 57
Binary 10111000 111000 10101111 0 1000110 101 11100 100110000 110101 101111

Color Harmonies of #B838AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B838AF

Black with #B838AF

Text Example


Text Example

White with #B838AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B838AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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