Html Css Color HEX #B965C5 Fuchsia

📋 copy color: '#B965C5'

red 185 ◦ green 101 ◦ blue 197

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

Shades of Fuchsia #B965C5

Tints of Fuchsia #B965C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 40.79%

R = 38.3%
G = 20.91%
B = 40.79%

CMYK

 C value IS 0.06

 M value IS 0.49

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#B965C5 (or 0xB965C5) is known color: Fuchsia. HEX triplet: B9, 65 and C5. RGB value is (185,101,197). Sum of RGB (Red+Green+Blue) = 185+101+197=483 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.30% from 483); Green value is 101 (39.84% from 255 or 20.91% from 483); Blue value is 197 (77.34% from 255 or 40.79% from 483); Max value from RGB is 197 - color contains mainly: blue. Hex color #B965C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B965C5 is #469A3A. Grayscale: #888888. Windows color (decimal): -4627003 or 12936633. OLE color: 12936633.

HSL color Cylindrical-coordinate representation of color #B965C5: hue angle of 292.5º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B965C5 is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 185 101 197 -
CMYK 0.06 0.49 0 0.23
HSL 292.5º 0.45% 0.58% -
HSV(B) 292.5º 0.49% 0.77% -
XYZ 34.74 23.65 55.56 -
YUV 137.06 161.83 162.19 -
System Red Green Blue C M Y K H S L
Decimal 185 101 197 0.06 0.49 0 0.23 292.5 0.45 0.58
Hex B9 65 C5 6 31 0 17 124 2D 3A
Octal 271 145 305 6 61 0 27 444 55 72
Binary 10111001 1100101 11000101 110 110001 0 10111 100100100 101101 111010

Color Harmonies of #B965C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B965C5

Black with #B965C5

Text Example


Text Example

White with #B965C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B965C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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