Html Css Color HEX #B964BE Fuchsia

📋 copy color: '#B964BE'

red 185 ◦ green 100 ◦ blue 190

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

Shades of Fuchsia #B964BE

Tints of Fuchsia #B964BE

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.05%

 BLUE value IS 190 (74.61% from 255) = 40%

R = 38.95%
G = 21.05%
B = 40%

CMYK

 C value IS 0.03

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B964BE (or 0xB964BE) is known color: Fuchsia. HEX triplet: B9, 64 and BE. RGB value is (185,100,190). Sum of RGB (Red+Green+Blue) = 185+100+190=475 (62% of max value = 765). Red value is 185 (72.66% from 255 or 38.95% from 475); Green value is 100 (39.45% from 255 or 21.05% from 475); Blue value is 190 (74.61% from 255 or 40% from 475); Max value from RGB is 190 - color contains mainly: blue. Hex color #B964BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B964BE is #469B41. Grayscale: #878787. Windows color (decimal): -4627266 or 12477625. OLE color: 12477625.

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

Color convert

RGB 185 100 190 -
CMYK 0.03 0.47 0 0.25
HSL 296.67º 0.41% 0.57% -
HSV(B) 296.67º 0.47% 0.75% -
XYZ 33.86 23.15 51.4 -
YUV 135.68 158.66 163.18 -
System Red Green Blue C M Y K H S L
Decimal 185 100 190 0.03 0.47 0 0.25 296.67 0.41 0.57
Hex B9 64 BE 3 2F 0 19 129 29 39
Octal 271 144 276 3 57 0 31 451 51 71
Binary 10111001 1100100 10111110 11 101111 0 11001 100101001 101001 111001

Color Harmonies of #B964BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B964BE

Black with #B964BE

Text Example


Text Example

White with #B964BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B964BE; }

 p { color: rgb(185,100,190); }

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

background-color css

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

 a { background-color: rgb(185,100,190); }

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

border-color css

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

 span { border-color: rgb(185,100,190); }

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