Html Css Color HEX #B645C0 Fuchsia

📋 copy color: '#B645C0'

red 182 ◦ green 69 ◦ blue 192

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

Shades of Fuchsia #B645C0

Tints of Fuchsia #B645C0

RGB

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

 GREEN value IS 69 (27.34% from 255) = 15.58%

 BLUE value IS 192 (75.39% from 255) = 43.34%

R = 41.08%
G = 15.58%
B = 43.34%

CMYK

 C value IS 0.05

 M value IS 0.64

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B645C0 (or 0xB645C0) is known color: Fuchsia. HEX triplet: B6, 45 and C0. RGB value is (182,69,192). Sum of RGB (Red+Green+Blue) = 182+69+192=443 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.08% from 443); Green value is 69 (27.34% from 255 or 15.58% from 443); Blue value is 192 (75.39% from 255 or 43.34% from 443); Max value from RGB is 192 - color contains mainly: blue. Hex color #B645C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B645C0 is #49BA3F. Grayscale: #747474. Windows color (decimal): -4831808 or 12600758. OLE color: 12600758.

HSL color Cylindrical-coordinate representation of color #B645C0: hue angle of 295.12º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B645C0 is Cyan = 0.05, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 182 69 192 -
CMYK 0.05 0.64 0 0.25
HSL 295.12º 0.49% 0.51% -
HSV(B) 295.12º 0.64% 0.75% -
XYZ 30.93 18.01 51.71 -
YUV 116.81 170.44 174.5 -
System Red Green Blue C M Y K H S L
Decimal 182 69 192 0.05 0.64 0 0.25 295.12 0.49 0.51
Hex B6 45 C0 5 40 0 19 127 31 33
Octal 266 105 300 5 100 0 31 447 61 63
Binary 10110110 1000101 11000000 101 1000000 0 11001 100100111 110001 110011

Color Harmonies of #B645C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B645C0

Black with #B645C0

Text Example


Text Example

White with #B645C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B645C0; }

 p { color: rgb(182,69,192); }

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

background-color css

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

 a { background-color: rgb(182,69,192); }

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

border-color css

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

 span { border-color: rgb(182,69,192); }

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