Html Css Color HEX #B63AD6 Medium Orchid

📋 copy color: '#B63AD6'

red 182 ◦ green 58 ◦ blue 214

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

Shades of Medium Orchid #B63AD6

Tints of Medium Orchid #B63AD6

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.78%

 BLUE value IS 214 (83.98% from 255) = 47.14%

R = 40.09%
G = 12.78%
B = 47.14%

CMYK

 C value IS 0.15

 M value IS 0.73

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B63AD6 (or 0xB63AD6) is known color: Medium Orchid. HEX triplet: B6, 3A and D6. RGB value is (182,58,214). Sum of RGB (Red+Green+Blue) = 182+58+214=454 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40.09% from 454); Green value is 58 (23.05% from 255 or 12.78% from 454); Blue value is 214 (83.98% from 255 or 47.14% from 454); Max value from RGB is 214 - color contains mainly: blue. Hex color #B63AD6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B63AD6 is #49C529. Grayscale: #707070. Windows color (decimal): -4834602 or 14039734. OLE color: 14039734.

HSL color Cylindrical-coordinate representation of color #B63AD6: hue angle of 287.69º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B63AD6 is Cyan = 0.15, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 182 58 214 -
CMYK 0.15 0.73 0 0.16
HSL 287.69º 0.66% 0.53% -
HSV(B) 287.69º 0.73% 0.84% -
XYZ 32.94 17.83 65.32 -
YUV 112.86 185.08 177.32 -
System Red Green Blue C M Y K H S L
Decimal 182 58 214 0.15 0.73 0 0.16 287.69 0.66 0.53
Hex B6 3A D6 F 49 0 10 120 42 35
Octal 266 72 326 17 111 0 20 440 102 65
Binary 10110110 111010 11010110 1111 1001001 0 10000 100100000 1000010 110101

Color Harmonies of #B63AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63AD6

Black with #B63AD6

Text Example


Text Example

White with #B63AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63AD6; }

 p { color: rgb(182,58,214); }

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

background-color css

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

 a { background-color: rgb(182,58,214); }

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

border-color css

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

 span { border-color: rgb(182,58,214); }

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