Html Css Color HEX #B565BC Fuchsia

📋 copy color: '#B565BC'

red 181 ◦ green 101 ◦ blue 188

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

Shades of Fuchsia #B565BC

Tints of Fuchsia #B565BC

RGB

 RED value IS 181 (71.09% from 255) = 38.51%

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

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

R = 38.51%
G = 21.49%
B = 40%

CMYK

 C value IS 0.04

 M value IS 0.46

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B565BC (or 0xB565BC) is known color: Fuchsia. HEX triplet: B5, 65 and BC. RGB value is (181,101,188). Sum of RGB (Red+Green+Blue) = 181+101+188=470 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.51% from 470); Green value is 101 (39.84% from 255 or 21.49% from 470); Blue value is 188 (73.83% from 255 or 40% from 470); Max value from RGB is 188 - color contains mainly: blue. Hex color #B565BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B565BC is #4A9A43. Grayscale: #868686. Windows color (decimal): -4889156 or 12346805. OLE color: 12346805.

HSL color Cylindrical-coordinate representation of color #B565BC: hue angle of 295.17º 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 #B565BC is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 181 101 188 -
CMYK 0.04 0.46 0 0.26
HSL 295.17º 0.39% 0.57% -
HSV(B) 295.17º 0.46% 0.74% -
XYZ 32.79 22.76 50.24 -
YUV 134.84 158 160.93 -
System Red Green Blue C M Y K H S L
Decimal 181 101 188 0.04 0.46 0 0.26 295.17 0.39 0.57
Hex B5 65 BC 4 2E 0 1A 127 27 39
Octal 265 145 274 4 56 0 32 447 47 71
Binary 10110101 1100101 10111100 100 101110 0 11010 100100111 100111 111001

Color Harmonies of #B565BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B565BC

Black with #B565BC

Text Example


Text Example

White with #B565BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B565BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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