Html Css Color HEX #B63ED9 Medium Orchid

📋 copy color: '#B63ED9'

red 182 ◦ green 62 ◦ blue 217

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

Shades of Medium Orchid #B63ED9

Tints of Medium Orchid #B63ED9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 47.07%

R = 39.48%
G = 13.45%
B = 47.07%

CMYK

 C value IS 0.16

 M value IS 0.71

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B63ED9 (or 0xB63ED9) is known color: Medium Orchid. HEX triplet: B6, 3E and D9. RGB value is (182,62,217). Sum of RGB (Red+Green+Blue) = 182+62+217=461 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.48% from 461); Green value is 62 (24.61% from 255 or 13.45% from 461); Blue value is 217 (85.16% from 255 or 47.07% from 461); Max value from RGB is 217 - color contains mainly: blue. Hex color #B63ED9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B63ED9 is #49C126. Grayscale: #737373. Windows color (decimal): -4833575 or 14237366. OLE color: 14237366.

HSL color Cylindrical-coordinate representation of color #B63ED9: hue angle of 286.45º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B63ED9 is Cyan = 0.16, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 182 62 217 -
CMYK 0.16 0.71 0 0.15
HSL 286.45º 0.67% 0.55% -
HSV(B) 286.45º 0.71% 0.85% -
XYZ 33.54 18.4 67.43 -
YUV 115.55 185.26 175.4 -
System Red Green Blue C M Y K H S L
Decimal 182 62 217 0.16 0.71 0 0.15 286.45 0.67 0.55
Hex B6 3E D9 10 47 0 F 11E 43 37
Octal 266 76 331 20 107 0 17 436 103 67
Binary 10110110 111110 11011001 10000 1000111 0 1111 100011110 1000011 110111

Color Harmonies of #B63ED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63ED9

Black with #B63ED9

Text Example


Text Example

White with #B63ED9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63ED9; }

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

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

background-color css

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

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

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

border-color css

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

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

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