Html Css Color HEX #B965BD Fuchsia

📋 copy color: '#B965BD'

red 185 ◦ green 101 ◦ blue 189

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

Shades of Fuchsia #B965BD

Tints of Fuchsia #B965BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 39.79%

R = 38.95%
G = 21.26%
B = 39.79%

CMYK

 C value IS 0.02

 M value IS 0.47

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B965BD (or 0xB965BD) is known color: Fuchsia. HEX triplet: B9, 65 and BD. RGB value is (185,101,189). Sum of RGB (Red+Green+Blue) = 185+101+189=475 (62% of max value = 765). Red value is 185 (72.66% from 255 or 38.95% from 475); Green value is 101 (39.84% from 255 or 21.26% from 475); Blue value is 189 (74.22% from 255 or 39.79% from 475); Max value from RGB is 189 - color contains mainly: blue. Hex color #B965BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B965BD is #469A42. Grayscale: #878787. Windows color (decimal): -4627011 or 12412345. OLE color: 12412345.

HSL color Cylindrical-coordinate representation of color #B965BD: hue angle of 297.27º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B965BD is Cyan = 0.02, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 185 101 189 -
CMYK 0.02 0.47 0 0.26
HSL 297.27º 0.4% 0.57% -
HSV(B) 297.27º 0.47% 0.74% -
XYZ 33.85 23.3 50.86 -
YUV 136.15 157.83 162.84 -
System Red Green Blue C M Y K H S L
Decimal 185 101 189 0.02 0.47 0 0.26 297.27 0.4 0.57
Hex B9 65 BD 2 2F 0 1A 129 28 39
Octal 271 145 275 2 57 0 32 451 50 71
Binary 10111001 1100101 10111101 10 101111 0 11010 100101001 101000 111001

Color Harmonies of #B965BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B965BD

Black with #B965BD

Text Example


Text Example

White with #B965BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B965BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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