Html Css Color HEX #B640DF Medium Orchid

📋 copy color: '#B640DF'

red 182 ◦ green 64 ◦ blue 223

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

Shades of Medium Orchid #B640DF

Tints of Medium Orchid #B640DF

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.65%

 BLUE value IS 223 (87.5% from 255) = 47.55%

R = 38.81%
G = 13.65%
B = 47.55%

CMYK

 C value IS 0.18

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B640DF (or 0xB640DF) is known color: Medium Orchid. HEX triplet: B6, 40 and DF. RGB value is (182,64,223). Sum of RGB (Red+Green+Blue) = 182+64+223=469 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.81% from 469); Green value is 64 (25.39% from 255 or 13.65% from 469); Blue value is 223 (87.5% from 255 or 47.55% from 469); Max value from RGB is 223 - color contains mainly: blue. Hex color #B640DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B640DF is #49BF20. Grayscale: #747474. Windows color (decimal): -4833057 or 14631094. OLE color: 14631094.

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

Color convert

RGB 182 64 223 -
CMYK 0.18 0.71 0 0.13
HSL 284.53º 0.71% 0.56% -
HSV(B) 284.53º 0.71% 0.87% -
XYZ 34.44 18.94 71.65 -
YUV 117.41 187.59 174.07 -
System Red Green Blue C M Y K H S L
Decimal 182 64 223 0.18 0.71 0 0.13 284.53 0.71 0.56
Hex B6 40 DF 12 47 0 D 11D 47 38
Octal 266 100 337 22 107 0 15 435 107 70
Binary 10110110 1000000 11011111 10010 1000111 0 1101 100011101 1000111 111000

Color Harmonies of #B640DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B640DF

Black with #B640DF

Text Example


Text Example

White with #B640DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B640DF; }

 p { color: rgb(182,64,223); }

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

background-color css

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

 a { background-color: rgb(182,64,223); }

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

border-color css

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

 span { border-color: rgb(182,64,223); }

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