Html Css Color HEX #B965BE Fuchsia

📋 copy color: '#B965BE'

red 185 ◦ green 101 ◦ blue 190

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

Shades of Fuchsia #B965BE

Tints of Fuchsia #B965BE

RGB

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

 GREEN value IS 101 (39.84% from 255) = 21.22%

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

R = 38.87%
G = 21.22%
B = 39.92%

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

#B965BE (or 0xB965BE) is known color: Fuchsia. HEX triplet: B9, 65 and BE. RGB value is (185,101,190). Sum of RGB (Red+Green+Blue) = 185+101+190=476 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.87% from 476); Green value is 101 (39.84% from 255 or 21.22% from 476); Blue value is 190 (74.61% from 255 or 39.92% from 476); Max value from RGB is 190 - color contains mainly: blue. Hex color #B965BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B965BE is #469A41. Grayscale: #878787. Windows color (decimal): -4627010 or 12477881. OLE color: 12477881.

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

Color convert

RGB 185 101 190 -
CMYK 0.03 0.47 0 0.25
HSL 296.63º 0.41% 0.57% -
HSV(B) 296.63º 0.47% 0.75% -
XYZ 33.96 23.34 51.43 -
YUV 136.26 158.33 162.76 -
System Red Green Blue C M Y K H S L
Decimal 185 101 190 0.03 0.47 0 0.25 296.63 0.41 0.57
Hex B9 65 BE 3 2F 0 19 129 29 39
Octal 271 145 276 3 57 0 31 451 51 71
Binary 10111001 1100101 10111110 11 101111 0 11001 100101001 101001 111001

Color Harmonies of #B965BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B965BE

Black with #B965BE

Text Example


Text Example

White with #B965BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B965BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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