Html Css Color HEX #B647CD Medium Orchid

📋 copy color: '#B647CD'

red 182 ◦ green 71 ◦ blue 205

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

Shades of Medium Orchid #B647CD

Tints of Medium Orchid #B647CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 44.76%

R = 39.74%
G = 15.5%
B = 44.76%

CMYK

 C value IS 0.11

 M value IS 0.65

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B647CD (or 0xB647CD) is known color: Medium Orchid. HEX triplet: B6, 47 and CD. RGB value is (182,71,205). Sum of RGB (Red+Green+Blue) = 182+71+205=458 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.74% from 458); Green value is 71 (28.12% from 255 or 15.50% from 458); Blue value is 205 (80.47% from 255 or 44.76% from 458); Max value from RGB is 205 - color contains mainly: blue. Hex color #B647CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B647CD is #49B832. Grayscale: #777777. Windows color (decimal): -4831283 or 13453238. OLE color: 13453238.

HSL color Cylindrical-coordinate representation of color #B647CD: hue angle of 289.7º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B647CD is Cyan = 0.11, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 182 71 205 -
CMYK 0.11 0.65 0 0.20
HSL 289.7º 0.57% 0.54% -
HSV(B) 289.7º 0.65% 0.8% -
XYZ 32.56 18.86 59.68 -
YUV 119.47 176.27 172.6 -
System Red Green Blue C M Y K H S L
Decimal 182 71 205 0.11 0.65 0 0.20 289.7 0.57 0.54
Hex B6 47 CD B 41 0 14 122 39 36
Octal 266 107 315 13 101 0 24 442 71 66
Binary 10110110 1000111 11001101 1011 1000001 0 10100 100100010 111001 110110

Color Harmonies of #B647CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B647CD

Black with #B647CD

Text Example


Text Example

White with #B647CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B647CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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