Html Css Color HEX #B965B5 Fuchsia

📋 copy color: '#B965B5'

red 185 ◦ green 101 ◦ blue 181

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

Shades of Fuchsia #B965B5

Tints of Fuchsia #B965B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 38.76%

R = 39.61%
G = 21.63%
B = 38.76%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.02

 K value IS 0.27

RGB Variations

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

Color information

#B965B5 (or 0xB965B5) is known color: Fuchsia. HEX triplet: B9, 65 and B5. RGB value is (185,101,181). Sum of RGB (Red+Green+Blue) = 185+101+181=467 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.61% from 467); Green value is 101 (39.84% from 255 or 21.63% from 467); Blue value is 181 (71.09% from 255 or 38.76% from 467); Max value from RGB is 185 - color contains mainly: red. Hex color #B965B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B965B5 is #469A4A. Grayscale: #878787. Windows color (decimal): -4627019 or 11888057. OLE color: 11888057.

HSL color Cylindrical-coordinate representation of color #B965B5: hue angle of 302.86º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B965B5 is Cyan = 0, Magento = 0.45, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 101 181 -
CMYK 0 0.45 0.02 0.27
HSL 302.86º 0.38% 0.56% -
HSV(B) 302.86º 0.45% 0.73% -
XYZ 33 22.96 46.41 -
YUV 135.24 153.83 163.5 -
System Red Green Blue C M Y K H S L
Decimal 185 101 181 0 0.45 0.02 0.27 302.86 0.38 0.56
Hex B9 65 B5 0 2D 2 1B 12F 26 38
Octal 271 145 265 0 55 2 33 457 46 70
Binary 10111001 1100101 10110101 0 101101 10 11011 100101111 100110 111000

Color Harmonies of #B965B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B965B5

Black with #B965B5

Text Example


Text Example

White with #B965B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B965B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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