Html Css Color HEX #B867C2 Fuchsia

📋 copy color: '#B867C2'

red 184 ◦ green 103 ◦ blue 194

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

Shades of Fuchsia #B867C2

Tints of Fuchsia #B867C2

RGB

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

 GREEN value IS 103 (40.63% from 255) = 21.41%

 BLUE value IS 194 (76.17% from 255) = 40.33%

R = 38.25%
G = 21.41%
B = 40.33%

CMYK

 C value IS 0.05

 M value IS 0.47

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B867C2 (or 0xB867C2) is known color: Fuchsia. HEX triplet: B8, 67 and C2. RGB value is (184,103,194). Sum of RGB (Red+Green+Blue) = 184+103+194=481 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.25% from 481); Green value is 103 (40.62% from 255 or 21.41% from 481); Blue value is 194 (76.17% from 255 or 40.33% from 481); Max value from RGB is 194 - color contains mainly: blue. Hex color #B867C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B867C2 is #47983D. Grayscale: #898989. Windows color (decimal): -4692030 or 12740536. OLE color: 12740536.

HSL color Cylindrical-coordinate representation of color #B867C2: hue angle of 293.41º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B867C2 is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 184 103 194 -
CMYK 0.05 0.47 0 0.24
HSL 293.41º 0.43% 0.58% -
HSV(B) 293.41º 0.47% 0.76% -
XYZ 34.36 23.79 53.82 -
YUV 137.59 159.84 161.1 -
System Red Green Blue C M Y K H S L
Decimal 184 103 194 0.05 0.47 0 0.24 293.41 0.43 0.58
Hex B8 67 C2 5 2F 0 18 125 2B 3A
Octal 270 147 302 5 57 0 30 445 53 72
Binary 10111000 1100111 11000010 101 101111 0 11000 100100101 101011 111010

Color Harmonies of #B867C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B867C2

Black with #B867C2

Text Example


Text Example

White with #B867C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B867C2; }

 p { color: rgb(184,103,194); }

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

background-color css

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

 a { background-color: rgb(184,103,194); }

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

border-color css

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

 span { border-color: rgb(184,103,194); }

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