Html Css Color HEX #B65DB3 Fuchsia

📋 copy color: '#B65DB3'

red 182 ◦ green 93 ◦ blue 179

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

Shades of Fuchsia #B65DB3

Tints of Fuchsia #B65DB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 39.43%

R = 40.09%
G = 20.48%
B = 39.43%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#B65DB3 (or 0xB65DB3) is known color: Fuchsia. HEX triplet: B6, 5D and B3. RGB value is (182,93,179). Sum of RGB (Red+Green+Blue) = 182+93+179=454 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40.09% from 454); Green value is 93 (36.72% from 255 or 20.48% from 454); Blue value is 179 (70.31% from 255 or 39.43% from 454); Max value from RGB is 182 - color contains mainly: red. Hex color #B65DB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B65DB3 is #49A24C. Grayscale: #818181. Windows color (decimal): -4825677 or 11754934. OLE color: 11754934.

HSL color Cylindrical-coordinate representation of color #B65DB3: hue angle of 302.02º 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 #B65DB3 is Cyan = 0, Magento = 0.49, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 93 179 -
CMYK 0 0.49 0.02 0.29
HSL 302.02º 0.38% 0.54% -
HSV(B) 302.02º 0.49% 0.71% -
XYZ 31.34 21.03 45.05 -
YUV 129.42 155.99 165.51 -
System Red Green Blue C M Y K H S L
Decimal 182 93 179 0 0.49 0.02 0.29 302.02 0.38 0.54
Hex B6 5D B3 0 31 2 1D 12E 26 36
Octal 266 135 263 0 61 2 35 456 46 66
Binary 10110110 1011101 10110011 0 110001 10 11101 100101110 100110 110110

Color Harmonies of #B65DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65DB3

Black with #B65DB3

Text Example


Text Example

White with #B65DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65DB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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