Html Css Color HEX #B965BC Fuchsia

📋 copy color: '#B965BC'

red 185 ◦ green 101 ◦ blue 188

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

Shades of Fuchsia #B965BC

Tints of Fuchsia #B965BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 39.66%

R = 39.03%
G = 21.31%
B = 39.66%

CMYK

 C value IS 0.02

 M value IS 0.46

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B965BC (or 0xB965BC) is known color: Fuchsia. HEX triplet: B9, 65 and BC. RGB value is (185,101,188). Sum of RGB (Red+Green+Blue) = 185+101+188=474 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.03% from 474); Green value is 101 (39.84% from 255 or 21.31% from 474); Blue value is 188 (73.83% from 255 or 39.66% from 474); Max value from RGB is 188 - color contains mainly: blue. Hex color #B965BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B965BC is #469A43. Grayscale: #878787. Windows color (decimal): -4627012 or 12346809. OLE color: 12346809.

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

Color convert

RGB 185 101 188 -
CMYK 0.02 0.46 0 0.26
HSL 297.93º 0.39% 0.57% -
HSV(B) 297.93º 0.46% 0.74% -
XYZ 33.74 23.25 50.29 -
YUV 136.03 157.33 162.93 -
System Red Green Blue C M Y K H S L
Decimal 185 101 188 0.02 0.46 0 0.26 297.93 0.39 0.57
Hex B9 65 BC 2 2E 0 1A 12A 27 39
Octal 271 145 274 2 56 0 32 452 47 71
Binary 10111001 1100101 10111100 10 101110 0 11010 100101010 100111 111001

Color Harmonies of #B965BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B965BC

Black with #B965BC

Text Example


Text Example

White with #B965BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B965BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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