Html Css Color HEX #B670DF Medium Orchid

📋 copy color: '#B670DF'

red 182 ◦ green 112 ◦ blue 223

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

Shades of Medium Orchid #B670DF

Tints of Medium Orchid #B670DF

RGB

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

 GREEN value IS 112 (44.14% from 255) = 21.66%

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

R = 35.2%
G = 21.66%
B = 43.13%

CMYK

 C value IS 0.18

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B670DF (or 0xB670DF) is known color: Medium Orchid. HEX triplet: B6, 70 and DF. RGB value is (182,112,223). Sum of RGB (Red+Green+Blue) = 182+112+223=517 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.20% from 517); Green value is 112 (44.14% from 255 or 21.66% from 517); Blue value is 223 (87.5% from 255 or 43.13% from 517); Max value from RGB is 223 - color contains mainly: blue. Hex color #B670DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B670DF is #498F20. Grayscale: #919191. Windows color (decimal): -4820769 or 14643382. OLE color: 14643382.

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

Color convert

RGB 182 112 223 -
CMYK 0.18 0.50 0 0.13
HSL 277.84º 0.63% 0.66% -
HSV(B) 277.84º 0.5% 0.87% -
XYZ 38.4 26.86 72.97 -
YUV 145.58 171.69 153.97 -
System Red Green Blue C M Y K H S L
Decimal 182 112 223 0.18 0.50 0 0.13 277.84 0.63 0.66
Hex B6 70 DF 12 32 0 D 116 3F 42
Octal 266 160 337 22 62 0 15 426 77 102
Binary 10110110 1110000 11011111 10010 110010 0 1101 100010110 111111 1000010

Color Harmonies of #B670DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B670DF

Black with #B670DF

Text Example


Text Example

White with #B670DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B670DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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