Html Css Color HEX #B65ABA Fuchsia

📋 copy color: '#B65ABA'

red 182 ◦ green 90 ◦ blue 186

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

Shades of Fuchsia #B65ABA

Tints of Fuchsia #B65ABA

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.65%

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

R = 39.74%
G = 19.65%
B = 40.61%

CMYK

 C value IS 0.02

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B65ABA (or 0xB65ABA) is known color: Fuchsia. HEX triplet: B6, 5A and BA. RGB value is (182,90,186). Sum of RGB (Red+Green+Blue) = 182+90+186=458 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.74% from 458); Green value is 90 (35.55% from 255 or 19.65% from 458); Blue value is 186 (73.05% from 255 or 40.61% from 458); Max value from RGB is 186 - color contains mainly: blue. Hex color #B65ABA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B65ABA is #49A545. Grayscale: #808080. Windows color (decimal): -4826438 or 12212918. OLE color: 12212918.

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

Color convert

RGB 182 90 186 -
CMYK 0.02 0.52 0 0.27
HSL 297.5º 0.41% 0.54% -
HSV(B) 297.5º 0.52% 0.73% -
XYZ 31.81 20.8 48.79 -
YUV 128.45 160.48 166.19 -
System Red Green Blue C M Y K H S L
Decimal 182 90 186 0.02 0.52 0 0.27 297.5 0.41 0.54
Hex B6 5A BA 2 34 0 1B 12A 29 36
Octal 266 132 272 2 64 0 33 452 51 66
Binary 10110110 1011010 10111010 10 110100 0 11011 100101010 101001 110110

Color Harmonies of #B65ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65ABA

Black with #B65ABA

Text Example


Text Example

White with #B65ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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