Html Css Color HEX #B63DBB Fuchsia

📋 copy color: '#B63DBB'

red 182 ◦ green 61 ◦ blue 187

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

Shades of Fuchsia #B63DBB

Tints of Fuchsia #B63DBB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.19%

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

R = 42.33%
G = 14.19%
B = 43.49%

CMYK

 C value IS 0.03

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B63DBB (or 0xB63DBB) is known color: Fuchsia. HEX triplet: B6, 3D and BB. RGB value is (182,61,187). Sum of RGB (Red+Green+Blue) = 182+61+187=430 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.33% from 430); Green value is 61 (24.22% from 255 or 14.19% from 430); Blue value is 187 (73.44% from 255 or 43.49% from 430); Max value from RGB is 187 - color contains mainly: blue. Hex color #B63DBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B63DBB is #49C244. Grayscale: #6F6F6F. Windows color (decimal): -4833861 or 12271030. OLE color: 12271030.

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

Color convert

RGB 182 61 187 -
CMYK 0.03 0.67 0 0.27
HSL 297.62º 0.51% 0.49% -
HSV(B) 297.62º 0.67% 0.73% -
XYZ 29.93 16.87 48.69 -
YUV 111.54 170.59 178.25 -
System Red Green Blue C M Y K H S L
Decimal 182 61 187 0.03 0.67 0 0.27 297.62 0.51 0.49
Hex B6 3D BB 3 43 0 1B 12A 33 31
Octal 266 75 273 3 103 0 33 452 63 61
Binary 10110110 111101 10111011 11 1000011 0 11011 100101010 110011 110001

Color Harmonies of #B63DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63DBB

Black with #B63DBB

Text Example


Text Example

White with #B63DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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