Html Css Color HEX #BF67B2 Fuchsia

📋 copy color: '#BF67B2'

red 191 ◦ green 103 ◦ blue 178

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

Shades of Fuchsia #BF67B2

Tints of Fuchsia #BF67B2

RGB

 RED value IS 191 (75% from 255) = 40.47%

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

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

R = 40.47%
G = 21.82%
B = 37.71%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#BF67B2 (or 0xBF67B2) is known color: Fuchsia. HEX triplet: BF, 67 and B2. RGB value is (191,103,178). Sum of RGB (Red+Green+Blue) = 191+103+178=472 (62% of max value = 765). Red value is 191 (75% from 255 or 40.47% from 472); Green value is 103 (40.62% from 255 or 21.82% from 472); Blue value is 178 (69.92% from 255 or 37.71% from 472); Max value from RGB is 191 - color contains mainly: red. Hex color #BF67B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF67B2 is #40984D. Grayscale: #898989. Windows color (decimal): -4233294 or 11691967. OLE color: 11691967.

HSL color Cylindrical-coordinate representation of color #BF67B2: hue angle of 308.86º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BF67B2 is Cyan = 0, Magento = 0.46, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 103 178 -
CMYK 0 0.46 0.07 0.25
HSL 308.86º 0.41% 0.58% -
HSV(B) 308.86º 0.46% 0.75% -
XYZ 34.37 23.99 44.94 -
YUV 137.86 150.65 165.9 -
System Red Green Blue C M Y K H S L
Decimal 191 103 178 0 0.46 0.07 0.25 308.86 0.41 0.58
Hex BF 67 B2 0 2E 7 19 135 29 3A
Octal 277 147 262 0 56 7 31 465 51 72
Binary 10111111 1100111 10110010 0 101110 111 11001 100110101 101001 111010

Color Harmonies of #BF67B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF67B2

Black with #BF67B2

Text Example


Text Example

White with #BF67B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF67B2; }

 p { color: rgb(191,103,178); }

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

background-color css

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

 a { background-color: rgb(191,103,178); }

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

border-color css

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

 span { border-color: rgb(191,103,178); }

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