Html Css Color HEX #BF67B0 Fuchsia

📋 copy color: '#BF67B0'

red 191 ◦ green 103 ◦ blue 176

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

Shades of Fuchsia #BF67B0

Tints of Fuchsia #BF67B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 37.45%

R = 40.64%
G = 21.91%
B = 37.45%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#BF67B0 (or 0xBF67B0) is known color: Fuchsia. HEX triplet: BF, 67 and B0. RGB value is (191,103,176). Sum of RGB (Red+Green+Blue) = 191+103+176=470 (62% of max value = 765). Red value is 191 (75% from 255 or 40.64% from 470); Green value is 103 (40.62% from 255 or 21.91% from 470); Blue value is 176 (69.14% from 255 or 37.45% from 470); Max value from RGB is 191 - color contains mainly: red. Hex color #BF67B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF67B0 is #40984F. Grayscale: #898989. Windows color (decimal): -4233296 or 11560895. OLE color: 11560895.

HSL color Cylindrical-coordinate representation of color #BF67B0: hue angle of 310.23º 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 #BF67B0 is Cyan = 0, Magento = 0.46, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 103 176 -
CMYK 0 0.46 0.08 0.25
HSL 310.23º 0.41% 0.58% -
HSV(B) 310.23º 0.46% 0.75% -
XYZ 34.17 23.91 43.89 -
YUV 137.63 149.65 166.06 -
System Red Green Blue C M Y K H S L
Decimal 191 103 176 0 0.46 0.08 0.25 310.23 0.41 0.58
Hex BF 67 B0 0 2E 8 19 136 29 3A
Octal 277 147 260 0 56 10 31 466 51 72
Binary 10111111 1100111 10110000 0 101110 1000 11001 100110110 101001 111010

Color Harmonies of #BF67B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF67B0

Black with #BF67B0

Text Example


Text Example

White with #BF67B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF67B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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