Html Css Color HEX #B967C4 Fuchsia

📋 copy color: '#B967C4'

red 185 ◦ green 103 ◦ blue 196

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

Shades of Fuchsia #B967C4

Tints of Fuchsia #B967C4

RGB

 RED value IS 185 (72.66% from 255) = 38.22%

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

 BLUE value IS 196 (76.95% from 255) = 40.5%

R = 38.22%
G = 21.28%
B = 40.5%

CMYK

 C value IS 0.06

 M value IS 0.47

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#B967C4 (or 0xB967C4) is known color: Fuchsia. HEX triplet: B9, 67 and C4. RGB value is (185,103,196). Sum of RGB (Red+Green+Blue) = 185+103+196=484 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.22% from 484); Green value is 103 (40.62% from 255 or 21.28% from 484); Blue value is 196 (76.95% from 255 or 40.50% from 484); Max value from RGB is 196 - color contains mainly: blue. Hex color #B967C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B967C4 is #46983B. Grayscale: #898989. Windows color (decimal): -4626492 or 12871609. OLE color: 12871609.

HSL color Cylindrical-coordinate representation of color #B967C4: hue angle of 292.9º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B967C4 is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 185 103 196 -
CMYK 0.06 0.47 0 0.23
HSL 292.9º 0.44% 0.59% -
HSV(B) 292.9º 0.47% 0.77% -
XYZ 34.82 24 55.02 -
YUV 138.12 160.67 161.44 -
System Red Green Blue C M Y K H S L
Decimal 185 103 196 0.06 0.47 0 0.23 292.9 0.44 0.59
Hex B9 67 C4 6 2F 0 17 125 2C 3B
Octal 271 147 304 6 57 0 27 445 54 73
Binary 10111001 1100111 11000100 110 101111 0 10111 100100101 101100 111011

Color Harmonies of #B967C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B967C4

Black with #B967C4

Text Example


Text Example

White with #B967C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B967C4; }

 p { color: rgb(185,103,196); }

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

background-color css

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

 a { background-color: rgb(185,103,196); }

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

border-color css

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

 span { border-color: rgb(185,103,196); }

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