Html Css Color HEX #BF66B4 Fuchsia

📋 copy color: '#BF66B4'

red 191 ◦ green 102 ◦ blue 180

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

Shades of Fuchsia #BF66B4

Tints of Fuchsia #BF66B4

RGB

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

 GREEN value IS 102 (40.23% from 255) = 21.56%

 BLUE value IS 180 (70.7% from 255) = 38.05%

R = 40.38%
G = 21.56%
B = 38.05%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#BF66B4 (or 0xBF66B4) is known color: Fuchsia. HEX triplet: BF, 66 and B4. RGB value is (191,102,180). Sum of RGB (Red+Green+Blue) = 191+102+180=473 (62% of max value = 765). Red value is 191 (75% from 255 or 40.38% from 473); Green value is 102 (40.23% from 255 or 21.56% from 473); Blue value is 180 (70.70% from 255 or 38.05% from 473); Max value from RGB is 191 - color contains mainly: red. Hex color #BF66B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF66B4 is #40994B. Grayscale: #898989. Windows color (decimal): -4233548 or 11822783. OLE color: 11822783.

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

Color convert

RGB 191 102 180 -
CMYK 0 0.47 0.06 0.25
HSL 307.42º 0.41% 0.57% -
HSV(B) 307.42º 0.47% 0.75% -
XYZ 34.48 23.87 45.97 -
YUV 137.5 151.99 166.16 -
System Red Green Blue C M Y K H S L
Decimal 191 102 180 0 0.47 0.06 0.25 307.42 0.41 0.57
Hex BF 66 B4 0 2F 6 19 133 29 39
Octal 277 146 264 0 57 6 31 463 51 71
Binary 10111111 1100110 10110100 0 101111 110 11001 100110011 101001 111001

Color Harmonies of #BF66B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF66B4

Black with #BF66B4

Text Example


Text Example

White with #BF66B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF66B4; }

 p { color: rgb(191,102,180); }

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

background-color css

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

 a { background-color: rgb(191,102,180); }

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

border-color css

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

 span { border-color: rgb(191,102,180); }

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