Html Css Color HEX #B65ABB Fuchsia

📋 copy color: '#B65ABB'

red 182 ◦ green 90 ◦ blue 187

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

Shades of Fuchsia #B65ABB

Tints of Fuchsia #B65ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 40.74%

R = 39.65%
G = 19.61%
B = 40.74%

CMYK

 C value IS 0.03

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B65ABB (or 0xB65ABB) is known color: Fuchsia. HEX triplet: B6, 5A and BB. RGB value is (182,90,187). Sum of RGB (Red+Green+Blue) = 182+90+187=459 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.65% from 459); Green value is 90 (35.55% from 255 or 19.61% from 459); Blue value is 187 (73.44% from 255 or 40.74% from 459); Max value from RGB is 187 - color contains mainly: blue. Hex color #B65ABB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B65ABB is #49A544. Grayscale: #808080. Windows color (decimal): -4826437 or 12278454. OLE color: 12278454.

HSL color Cylindrical-coordinate representation of color #B65ABB: hue angle of 296.91º degrees, saturation: 0.42, 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 #B65ABB is Cyan = 0.03, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 182 90 187 -
CMYK 0.03 0.52 0 0.27
HSL 296.91º 0.42% 0.54% -
HSV(B) 296.91º 0.52% 0.73% -
XYZ 31.92 20.85 49.36 -
YUV 128.57 160.98 166.11 -
System Red Green Blue C M Y K H S L
Decimal 182 90 187 0.03 0.52 0 0.27 296.91 0.42 0.54
Hex B6 5A BB 3 34 0 1B 129 2A 36
Octal 266 132 273 3 64 0 33 451 52 66
Binary 10110110 1011010 10111011 11 110100 0 11011 100101001 101010 110110

Color Harmonies of #B65ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65ABB

Black with #B65ABB

Text Example


Text Example

White with #B65ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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