Html Css Color HEX #B650BA Fuchsia

📋 copy color: '#B650BA'

red 182 ◦ green 80 ◦ blue 186

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

Shades of Fuchsia #B650BA

Tints of Fuchsia #B650BA

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.86%

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

R = 40.63%
G = 17.86%
B = 41.52%

CMYK

 C value IS 0.02

 M value IS 0.57

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B650BA (or 0xB650BA) is known color: Fuchsia. HEX triplet: B6, 50 and BA. RGB value is (182,80,186). Sum of RGB (Red+Green+Blue) = 182+80+186=448 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.62% from 448); Green value is 80 (31.64% from 255 or 17.86% from 448); Blue value is 186 (73.05% from 255 or 41.52% from 448); Max value from RGB is 186 - color contains mainly: blue. Hex color #B650BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B650BA is #49AF45. Grayscale: #7A7A7A. Windows color (decimal): -4828998 or 12210358. OLE color: 12210358.

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

Color convert

RGB 182 80 186 -
CMYK 0.02 0.57 0 0.27
HSL 297.74º 0.43% 0.52% -
HSV(B) 297.74º 0.57% 0.73% -
XYZ 31.02 19.23 48.53 -
YUV 122.58 163.79 170.38 -
System Red Green Blue C M Y K H S L
Decimal 182 80 186 0.02 0.57 0 0.27 297.74 0.43 0.52
Hex B6 50 BA 2 39 0 1B 12A 2B 34
Octal 266 120 272 2 71 0 33 452 53 64
Binary 10110110 1010000 10111010 10 111001 0 11011 100101010 101011 110100

Color Harmonies of #B650BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B650BA

Black with #B650BA

Text Example


Text Example

White with #B650BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B650BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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