Html Css Color HEX #B647DD Medium Orchid

📋 copy color: '#B647DD'

red 182 ◦ green 71 ◦ blue 221

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

Shades of Medium Orchid #B647DD

Tints of Medium Orchid #B647DD

RGB

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

 GREEN value IS 71 (28.13% from 255) = 14.98%

 BLUE value IS 221 (86.72% from 255) = 46.62%

R = 38.4%
G = 14.98%
B = 46.62%

CMYK

 C value IS 0.18

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B647DD (or 0xB647DD) is known color: Medium Orchid. HEX triplet: B6, 47 and DD. RGB value is (182,71,221). Sum of RGB (Red+Green+Blue) = 182+71+221=474 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.40% from 474); Green value is 71 (28.12% from 255 or 14.98% from 474); Blue value is 221 (86.72% from 255 or 46.62% from 474); Max value from RGB is 221 - color contains mainly: blue. Hex color #B647DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B647DD is #49B822. Grayscale: #787878. Windows color (decimal): -4831267 or 14501814. OLE color: 14501814.

HSL color Cylindrical-coordinate representation of color #B647DD: hue angle of 284.4º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B647DD is Cyan = 0.18, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 182 71 221 -
CMYK 0.18 0.68 0 0.13
HSL 284.4º 0.69% 0.57% -
HSV(B) 284.4º 0.68% 0.87% -
XYZ 34.6 19.67 70.38 -
YUV 121.29 184.27 171.3 -
System Red Green Blue C M Y K H S L
Decimal 182 71 221 0.18 0.68 0 0.13 284.4 0.69 0.57
Hex B6 47 DD 12 44 0 D 11C 45 39
Octal 266 107 335 22 104 0 15 434 105 71
Binary 10110110 1000111 11011101 10010 1000100 0 1101 100011100 1000101 111001

Color Harmonies of #B647DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B647DD

Black with #B647DD

Text Example


Text Example

White with #B647DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B647DD; }

 p { color: rgb(182,71,221); }

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

background-color css

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

 a { background-color: rgb(182,71,221); }

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

border-color css

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

 span { border-color: rgb(182,71,221); }

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