Html Css Color HEX #B63EBD Fuchsia

📋 copy color: '#B63EBD'

red 182 ◦ green 62 ◦ blue 189

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

Shades of Fuchsia #B63EBD

Tints of Fuchsia #B63EBD

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.32%

 BLUE value IS 189 (74.22% from 255) = 43.65%

R = 42.03%
G = 14.32%
B = 43.65%

CMYK

 C value IS 0.04

 M value IS 0.67

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B63EBD (or 0xB63EBD) is known color: Fuchsia. HEX triplet: B6, 3E and BD. RGB value is (182,62,189). Sum of RGB (Red+Green+Blue) = 182+62+189=433 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.03% from 433); Green value is 62 (24.61% from 255 or 14.32% from 433); Blue value is 189 (74.22% from 255 or 43.65% from 433); Max value from RGB is 189 - color contains mainly: blue. Hex color #B63EBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B63EBD is #49C142. Grayscale: #6F6F6F. Windows color (decimal): -4833603 or 12402358. OLE color: 12402358.

HSL color Cylindrical-coordinate representation of color #B63EBD: hue angle of 296.69º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B63EBD is Cyan = 0.04, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 182 62 189 -
CMYK 0.04 0.67 0 0.26
HSL 296.69º 0.51% 0.49% -
HSV(B) 296.69º 0.67% 0.74% -
XYZ 30.2 17.06 49.85 -
YUV 112.36 171.26 177.67 -
System Red Green Blue C M Y K H S L
Decimal 182 62 189 0.04 0.67 0 0.26 296.69 0.51 0.49
Hex B6 3E BD 4 43 0 1A 129 33 31
Octal 266 76 275 4 103 0 32 451 63 61
Binary 10110110 111110 10111101 100 1000011 0 11010 100101001 110011 110001

Color Harmonies of #B63EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63EBD

Black with #B63EBD

Text Example


Text Example

White with #B63EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63EBD; }

 p { color: rgb(182,62,189); }

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

background-color css

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

 a { background-color: rgb(182,62,189); }

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

border-color css

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

 span { border-color: rgb(182,62,189); }

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