Html Css Color HEX #B65DBA Fuchsia

📋 copy color: '#B65DBA'

red 182 ◦ green 93 ◦ blue 186

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

Shades of Fuchsia #B65DBA

Tints of Fuchsia #B65DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 40.35%

R = 39.48%
G = 20.17%
B = 40.35%

CMYK

 C value IS 0.02

 M value IS 0.5

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B65DBA (or 0xB65DBA) is known color: Fuchsia. HEX triplet: B6, 5D and BA. RGB value is (182,93,186). Sum of RGB (Red+Green+Blue) = 182+93+186=461 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.48% from 461); Green value is 93 (36.72% from 255 or 20.17% from 461); Blue value is 186 (73.05% from 255 or 40.35% from 461); Max value from RGB is 186 - color contains mainly: blue. Hex color #B65DBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B65DBA is #49A245. Grayscale: #818181. Windows color (decimal): -4825670 or 12213686. OLE color: 12213686.

HSL color Cylindrical-coordinate representation of color #B65DBA: hue angle of 297.42º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B65DBA is Cyan = 0.02, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 182 93 186 -
CMYK 0.02 0.5 0 0.27
HSL 297.42º 0.4% 0.55% -
HSV(B) 297.42º 0.5% 0.73% -
XYZ 32.07 21.32 48.88 -
YUV 130.21 159.49 164.94 -
System Red Green Blue C M Y K H S L
Decimal 182 93 186 0.02 0.5 0 0.27 297.42 0.4 0.55
Hex B6 5D BA 2 32 0 1B 129 28 37
Octal 266 135 272 2 62 0 33 451 50 67
Binary 10110110 1011101 10111010 10 110010 0 11011 100101001 101000 110111

Color Harmonies of #B65DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65DBA

Black with #B65DBA

Text Example


Text Example

White with #B65DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65DBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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