Html Css Color HEX #B63BBA Fuchsia

📋 copy color: '#B63BBA'

red 182 ◦ green 59 ◦ blue 186

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

Shades of Fuchsia #B63BBA

Tints of Fuchsia #B63BBA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.82%

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

R = 42.62%
G = 13.82%
B = 43.56%

CMYK

 C value IS 0.02

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B63BBA (or 0xB63BBA) is known color: Fuchsia. HEX triplet: B6, 3B and BA. RGB value is (182,59,186). Sum of RGB (Red+Green+Blue) = 182+59+186=427 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.62% from 427); Green value is 59 (23.44% from 255 or 13.82% from 427); Blue value is 186 (73.05% from 255 or 43.56% from 427); Max value from RGB is 186 - color contains mainly: blue. Hex color #B63BBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B63BBA is #49C445. Grayscale: #6D6D6D. Windows color (decimal): -4834374 or 12204982. OLE color: 12204982.

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

Color convert

RGB 182 59 186 -
CMYK 0.02 0.68 0 0.27
HSL 298.11º 0.52% 0.48% -
HSV(B) 298.11º 0.68% 0.73% -
XYZ 29.72 16.62 48.1 -
YUV 110.26 170.75 179.17 -
System Red Green Blue C M Y K H S L
Decimal 182 59 186 0.02 0.68 0 0.27 298.11 0.52 0.48
Hex B6 3B BA 2 44 0 1B 12A 34 30
Octal 266 73 272 2 104 0 33 452 64 60
Binary 10110110 111011 10111010 10 1000100 0 11011 100101010 110100 110000

Color Harmonies of #B63BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63BBA

Black with #B63BBA

Text Example


Text Example

White with #B63BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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