Html Css Color HEX #B65DB1 Fuchsia

📋 copy color: '#B65DB1'

red 182 ◦ green 93 ◦ blue 177

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

Shades of Fuchsia #B65DB1

Tints of Fuchsia #B65DB1

RGB

 RED value IS 182 (71.48% from 255) = 40.27%

 GREEN value IS 93 (36.72% from 255) = 20.58%

 BLUE value IS 177 (69.53% from 255) = 39.16%

R = 40.27%
G = 20.58%
B = 39.16%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#B65DB1 (or 0xB65DB1) is known color: Fuchsia. HEX triplet: B6, 5D and B1. RGB value is (182,93,177). Sum of RGB (Red+Green+Blue) = 182+93+177=452 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.27% from 452); Green value is 93 (36.72% from 255 or 20.58% from 452); Blue value is 177 (69.53% from 255 or 39.16% from 452); Max value from RGB is 182 - color contains mainly: red. Hex color #B65DB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65DB1 is #49A24E. Grayscale: #808080. Windows color (decimal): -4825679 or 11623862. OLE color: 11623862.

HSL color Cylindrical-coordinate representation of color #B65DB1: hue angle of 303.37º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B65DB1 is Cyan = 0, Magento = 0.49, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 93 177 -
CMYK 0 0.49 0.03 0.29
HSL 303.37º 0.38% 0.54% -
HSV(B) 303.37º 0.49% 0.71% -
XYZ 31.14 20.95 44 -
YUV 129.19 154.99 165.67 -
System Red Green Blue C M Y K H S L
Decimal 182 93 177 0 0.49 0.03 0.29 303.37 0.38 0.54
Hex B6 5D B1 0 31 3 1D 12F 26 36
Octal 266 135 261 0 61 3 35 457 46 66
Binary 10110110 1011101 10110001 0 110001 11 11101 100101111 100110 110110

Color Harmonies of #B65DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65DB1

Black with #B65DB1

Text Example


Text Example

White with #B65DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65DB1; }

 p { color: rgb(182,93,177); }

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

background-color css

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

 a { background-color: rgb(182,93,177); }

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

border-color css

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

 span { border-color: rgb(182,93,177); }

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